2017-12-08 05:41:15 +01:00
|
|
|
<p align="center">
|
|
|
|
<a href="https://amphp.org/process"><img src="https://raw.githubusercontent.com/amphp/logo/master/repos/process.png?v=12-07-2017" alt="process"/></a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<a href="https://travis-ci.org/amphp/process"><img src="https://img.shields.io/travis/amphp/process/master.svg?style=flat-square" alt="Build Status"/></a>
|
|
|
|
<a href="https://coveralls.io/github/amphp/process?branch=master"><img src="https://img.shields.io/coveralls/amphp/process/master.svg?style=flat-square" alt="Code Coverage"/></a>
|
|
|
|
<a href="https://github.com/amphp/process/releases"><img src="https://img.shields.io/github/release/amphp/process.svg?style=flat-square" alt="Release"/></a>
|
|
|
|
<a href="https://github.com/amphp/process/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License"/></a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p align="center"><strong>Async process dispatcher built on the Amp concurrency framework.</strong></p>
|
2015-04-22 16:44:54 +02:00
|
|
|
|
2017-06-15 19:17:45 +02:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
This package can be installed as a [Composer](https://getcomposer.org/) dependency.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
composer require amphp/process
|
|
|
|
```
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
* PHP 7.0+
|
2015-04-22 16:44:54 +02:00
|
|
|
* [Amp framework](https://github.com/amphp/amp) (installed via composer)
|
|
|
|
|
2017-06-15 19:17:45 +02:00
|
|
|
## Versioning
|
|
|
|
|
|
|
|
`amphp/process` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages.
|
|
|
|
|
|
|
|
## Security
|
|
|
|
|
|
|
|
If you discover any security related issues, please email [`me@kelunik.com`](mailto:me@kelunik.com) instead of using the issue tracker.
|
2015-04-22 16:44:54 +02:00
|
|
|
|
2017-06-15 19:17:45 +02:00
|
|
|
## License
|
2015-04-22 16:44:54 +02:00
|
|
|
|
2017-06-15 19:17:45 +02:00
|
|
|
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.
|