mirror of
https://github.com/danog/process.git
synced 2024-11-26 20:24:43 +01:00
examples | ||
tests | ||
.gitignore | ||
.php_cs | ||
.travis.yml | ||
composer.json | ||
LICENCE | ||
phpunit.xml | ||
Process.php | ||
README.md |
Process
An async process dispatcher built on the amp concurrency framework
Dependencies
- PHP 5.5+
- Amp framework (installed via composer)
Usage
It's all just one class: Amp\Process
. For its usage, see
- the examples in the examples directory
- the method signatures and comments of the Process class