Commit graph

12 commits

Author SHA1 Message Date
Tudor Barbu 98419f3943 Merge pull request #2 from bpteam/master
add composer.json
2015-07-02 20:09:03 +02:00
bpteam f9d56b4bfc add autoload 2015-07-02 17:30:03 +03:00
bpteam b514cb0b83 add composer.json
Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.
2015-07-02 17:28:32 +03:00
Tudor Barbu fb313e476d Merge pull request #1 from ZsBT/master
adding queue manager for threads
2015-04-20 20:43:04 +02:00
ZsBT 39e2888801 can call a static class 2015-04-10 09:58:03 +02:00
ZsBT 50f1156b08 changed wording 2015-04-10 09:54:29 +02:00
ZsBT 417a2d4d0b usage 2015-04-10 09:53:24 +02:00
ZsBT 17ab29ce00 minor changes 2015-04-10 09:53:11 +02:00
ZsBT ac2a584b8d removed checking function existence to support static class methods 2015-04-10 09:25:23 +02:00
ZsBT 2becb1d28a Enqueue tasks to run them in parallel 2015-04-10 09:24:12 +02:00
motanelu dd6d566b30 Initial commit 2014-07-27 12:01:10 +03:00
Tudor Barbu 636ea3ff29 Initial commit 2014-07-27 11:57:30 +03:00