Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cursedcoder/eprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
cursedcoder committed Apr 9, 2016
2 parents ecdd633 + fc1d86d commit c1c1997
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ This lib is just a PoC, use at your own risk.

Check out examples in `examples/` dir.

No tests – no problems.

Features
========
* 3 adapters: child process (react), pthreads, symfony process (not tested)
Expand All @@ -30,6 +28,10 @@ Install&try
Example explains features
=========================

Be aware this snippet below is only for explanatory reasons and will not work out (or at least yet).

For real examples see `exampes/simple.php` and related.

```php
use EProcess\Application\Application;
use EProcess\Application\ApplicationFactory;
Expand Down

0 comments on commit c1c1997

Please sign in to comment.