1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00
Go to file
2015-12-24 13:44:49 +01:00
examples Fixup after PR #5, add some more tests 2015-09-16 19:56:15 +02:00
tests Fixup after PR #5, add some more tests 2015-09-16 19:56:15 +02:00
.gitignore Add a README and a few examples 2015-04-22 16:44:54 +02:00
.php_cs Fixup after PR #5, add some more tests 2015-09-16 19:56:15 +02:00
.travis.yml Removed 'phpenv rehash' from .travis.yml 2015-09-11 19:21:31 +02:00
composer.json Fixup after PR #5, add some more tests 2015-09-16 19:56:15 +02:00
LICENCE Initial Commit 2015-04-22 16:33:54 +02:00
phpunit.xml Testing with Travis CI 2015-09-11 17:11:45 +02:00
Process.php Properly throw an InvalidArgumentException in Process::write() 2015-12-24 13:44:49 +01:00
README.md Add a README and a few examples 2015-04-22 16:44:54 +02:00

Process

An async process dispatcher built on the amp concurrency framework

Dependencies

Usage

It's all just one class: Amp\Process. For its usage, see