2014-09-23 04:38:32 +02:00
Amp
2014-12-03 16:27:47 +01:00
====
2014-09-23 04:38:32 +02:00
Amp is a non-blocking concurrency framework for PHP applications
2013-11-24 17:30:03 +01:00
2014-08-07 07:35:17 +02:00
**Dependencies**
2013-08-05 22:05:08 +02:00
2014-09-23 04:38:32 +02:00
- PHP 5.5+
2013-08-05 22:05:08 +02:00
2014-12-03 16:27:47 +01:00
Optional PHP extensions may be used to improve performance in production environments and react to process control signals:
2014-08-07 07:35:17 +02:00
2014-12-03 16:27:47 +01:00
- [php-uv ](https://github.com/chobie/php-uv ) extension for libuv backends
- [pecl/libevent ](http://pecl.php.net/package/libevent ) for libevent backends ([download Windows .dll](http://windows.php.net/downloads/pecl/releases/libevent/0.0.5/))
2014-08-07 07:35:17 +02:00
**Installation**
2014-07-22 17:56:44 +02:00
```bash
2014-09-23 04:38:32 +02:00
$ git clone https://github.com/amphp/amp.git
$ cd amp
$ composer.phar install
2014-07-22 17:56:44 +02:00
```
2014-12-03 16:27:47 +01:00
**Community**
2014-08-07 07:35:17 +02:00
2014-12-03 16:27:47 +01:00
If you have questions stop by the [amp chat channel ](https://gitter.im/amphp/amp ) on Gitter.
2014-08-07 21:47:47 +02:00
2014-12-03 16:27:47 +01:00
**The Guide**
2013-08-05 22:05:08 +02:00
2014-12-03 16:27:47 +01:00
We've compiled all the information necessary to write concurrent applications using Amp in [the Guide ](http://amphp.github.io/amp/ ).