1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 09:27:46 +01:00
amp/README.md
2015-07-19 13:33:39 -04:00

21 lines
775 B
Markdown

# amp
[![Build Status](https://travis-ci.org/amphp/amp.svg?branch=v1.0.x)](https://travis-ci.org/amphp/amp)
[![Coverage Status](https://coveralls.io/repos/amphp/fs/badge.svg?branch=v1.0.x&service=github)](https://coveralls.io/github/amphp/fs?branch=v1.0.x)
![Unstable](https://img.shields.io/badge/pre_alpha-unstable-orange.svg)
`amphp/amp` is a non-blocking concurrency framework for PHP applications. Learn more about amp in the
[Guide](https://stackedit.io/viewer#!url=https://raw.githubusercontent.com/amphp/amp/master/guide.md).
**Dependencies**
- PHP 5.5+
- [libevent](https://pecl.php.net/package/libevent) (optional)
- [php-uv](https://github.com/bwoebi/php-uv) (optional & experimental, requires PHP7)
**Installation**
```bash
$ composer require amphp/amp
```