1
0
mirror of https://github.com/danog/process.git synced 2024-12-02 17:51:46 +01:00
process/README.md
2017-06-15 12:21:23 -05:00

33 lines
1.1 KiB
Markdown

# Process
An async process dispatcher built on the amp concurrency framework
[![Build Status](https://img.shields.io/travis/amphp/process/v0.2.x.svg?style=flat-square)](https://travis-ci.org/amphp/process)
[![Coverage Status](https://img.shields.io/coveralls/amphp/process/v0.2.x.svg?style=flat-square)](https://coveralls.io/github/amphp/process?branch=v0.2.x)
![Stable](https://img.shields.io/badge/v0.2-stable-green.svg?style=flat-square)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
## Installation
This package can be installed as a [Composer](https://getcomposer.org/) dependency.
```bash
composer require amphp/process
```
## Requirements
* PHP 7.0+
* [Amp framework](https://github.com/amphp/amp) (installed via composer)
## 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.
## License
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.