We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecdd633 + fc1d86d commit c1c1997Copy full SHA for c1c1997
README.md
@@ -9,8 +9,6 @@ This lib is just a PoC, use at your own risk.
9
10
Check out examples in `examples/` dir.
11
12
-No tests – no problems.
13
-
14
Features
15
========
16
* 3 adapters: child process (react), pthreads, symfony process (not tested)
@@ -30,6 +28,10 @@ Install&try
30
28
Example explains features
31
29
=========================
32
+Be aware this snippet below is only for explanatory reasons and will not work out (or at least yet).
+
33
+For real examples see `exampes/simple.php` and related.
34
35
```php
36
use EProcess\Application\Application;
37
use EProcess\Application\ApplicationFactory;
0 commit comments