It makes use of the following awesome libs:
- php-shellcommand to execute commands (based on proc_open)
- spork to run multiple background jobs simultaneously (based on pcntl_fork)
- monolog to log output of the commands (stdout, stderr, exit code)
Example running background jobs and logging its output (stdout, stderr, exit code)
PHPUnlicense
It makes use of the following awesome libs: