1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

update readme

This commit is contained in:
Daniel Lowrey 2015-07-20 15:49:04 -04:00
parent 10037fe859
commit 132c83e302

View File

@ -4,12 +4,14 @@
[![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)
![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).
`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).
**Dependencies**
- PHP 5.5+
- [ev](https://pecl.php.net/package/ev) (optional)
- [libevent](https://pecl.php.net/package/libevent) (optional)
- [php-uv](https://github.com/bwoebi/php-uv) (optional & experimental, requires PHP7)