1
0
mirror of https://github.com/danog/process.git synced 2024-11-27 04:35:02 +01:00
process/README.md

15 lines
467 B
Markdown
Raw Normal View History

2015-04-22 16:44:54 +02:00
# Process
An async process dispatcher built on the amp concurrency framework
## Dependencies
* PHP 5.5+
* [Amp framework](https://github.com/amphp/amp) (installed via composer)
## Usage
It's all just one class: `Amp\Process`. For its usage, see
* the examples in the [examples directory](https://github.com/amphp/process/tree/master/examples)
* the method signatures and comments of the [Process class](https://github.com/amphp/process/blob/master/Process.php)