1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
amp/README.md
2014-12-03 11:00:20 -05:00

840 B

Amp

Amp is a non-blocking concurrency framework for PHP applications

Dependencies

  • PHP 5.5+

Optional PHP extensions may be used to improve performance in production environments and react to process control signals:

Installation

$ git clone https://github.com/amphp/amp.git
$ cd amp
$ composer.phar install

Community

If you have questions stop by the amp chat channel on Gitter.

The Guide

We've compiled all the information necessary to write concurrent applications using Amp in the Guide.