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