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

30 lines
890 B
Markdown
Raw Normal View History

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
2015-02-06 07:19:27 +01:00
## The Guide
We've spent *a lot* of time compiling all the information necessary to write concurrent applications
using the Amp framework in [the Guide](http://amphp.github.io/amp/). Please use it!
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.