1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/README.md
2015-10-31 22:54:13 -04:00

29 lines
988 B
Markdown

# amp
[![Build Status](https://img.shields.io/travis/amphp/amp/master.svg?style=flat-square)](https://travis-ci.org/amphp/amp)
[![CoverageStatus](https://img.shields.io/coveralls/amphp/amp/master.svg?style=flat-square)](https://coveralls.io/github/amphp/amp?branch=master)
![Stable v1](https://img.shields.io/badge/stable-v1-green.svg?style=flat-square)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
`amphp/amp` is a non-blocking concurrency framework for PHP applications.
Learn more about `amphp/amp` in [the guide](http://amphp.org/docs/amp/).
**Required PHP Version**
- PHP 5.5+
**Optional Extension Backends**
Extensions are only needed if your app necessitates high numbers of concurrent socket connections.
- [ev](https://pecl.php.net/package/ev)
- [libevent](https://pecl.php.net/package/libevent)
- [php-uv](https://github.com/bwoebi/php-uv) (experimental fork, requires PHP7)
**Installation**
```bash
$ composer require amphp/amp
```