mirror of
https://github.com/danog/process.git
synced 2024-11-26 12:14:43 +01:00
examples | ||
lib | ||
test | ||
windows | ||
.gitignore | ||
.php_cs | ||
.travis.yml | ||
composer.json | ||
LICENSE | ||
phpunit.xml.dist | ||
README.md |
Process
An async process dispatcher built on the amp concurrency framework
Installation
This package can be installed as a Composer dependency.
composer require amphp/process
Requirements
- PHP 7.0+
- Amp framework (installed via composer)
Versioning
amphp/process
follows the semver semantic versioning specification like all other amphp
packages.
Security
If you discover any security related issues, please email me@kelunik.com
instead of using the issue tracker.
License
The MIT License (MIT). Please see LICENSE
for more information.