1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 12:35:02 +01:00
amp/README.md

21 lines
775 B
Markdown
Raw Normal View History

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)
[![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
2015-05-12 21:18:28 +02:00
[Guide](https://stackedit.io/viewer#!url=https://raw.githubusercontent.com/amphp/amp/master/guide.md).
2014-08-07 07:35:17 +02:00
**Dependencies**
2013-08-05 22:05:08 +02:00
2015-05-21 03:44:25 +02:00
- PHP 5.5+
2015-07-19 19:29:25 +02:00
- [libevent](https://pecl.php.net/package/libevent) (optional)
- [php-uv](https://github.com/bwoebi/php-uv) (optional & experimental, 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
```