2015-07-19 19:29:25 +02:00
|
|
|
# amp
|
2015-04-29 17:29:09 +02:00
|
|
|
|
2015-07-19 19:29:25 +02:00
|
|
|
[![Build Status](https://travis-ci.org/amphp/amp.svg?branch=v1.0.x)](https://travis-ci.org/amphp/amp)
|
2015-07-19 19:55:35 +02:00
|
|
|
[![Coverage Status](https://coveralls.io/repos/amphp/amp/badge.svg?branch=v1.0.x&service=github)](https://coveralls.io/github/amphp/amp?branch=v1.0.x)
|
2015-07-19 19:29:25 +02:00
|
|
|
![Unstable](https://img.shields.io/badge/pre_alpha-unstable-orange.svg)
|
|
|
|
|
2015-07-20 21:49:04 +02:00
|
|
|
`amphp/amp` is a non-blocking concurrency framework for PHP applications.
|
|
|
|
|
|
|
|
Learn more about `amphp/amp` in [the guide](https://stackedit.io/viewer#!url=https://raw.githubusercontent.com/amphp/amp/master/guide.md).
|
2013-11-24 17:30:03 +01:00
|
|
|
|
2015-07-22 06:15:36 +02:00
|
|
|
**Required PHP Version**
|
2013-08-05 22:05:08 +02:00
|
|
|
|
2015-05-21 03:44:25 +02:00
|
|
|
- PHP 5.5+
|
2015-07-22 06:06:02 +02:00
|
|
|
|
2015-07-22 19:43:35 +02:00
|
|
|
**Optional Extension Backends**
|
2015-07-22 06:06:02 +02:00
|
|
|
|
|
|
|
- [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)
|
2015-05-12 21:18:28 +02:00
|
|
|
|
2015-05-21 03:44:25 +02:00
|
|
|
**Installation**
|
2014-08-07 07:35:17 +02:00
|
|
|
|
2015-05-21 03:44:25 +02:00
|
|
|
```bash
|
2015-07-19 19:29:25 +02:00
|
|
|
$ composer require amphp/amp
|
|
|
|
```
|