mirror of
https://github.com/danog/process.git
synced 2024-11-27 04:35:02 +01:00
467 B
467 B
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