php-subprocess-example

An example of using Symfony Process Component and async php execution.

Stars
10

php-subprocess-example

An example for using Symfony Process Component and async php execution.

  1. git clone https://github.com/iCubeDm/php-subprocess-example
  2. php composer.phar update
  3. php index.php example:main 4 - where 4 is amount of subprocesses (could be different, 2 by default)

If you like it - star it.

P.S. Big thanks to @alinn for help!