1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
Go to file
Douglas G.R badb741c81 Should use Amp\run directly instead of Amp\getReactor()->run.
- Amp\run implicitly creates the reactor.
2014-12-26 15:41:25 -02:00
examples Should use Amp\run directly instead of Amp\getReactor()->run. 2014-12-26 15:41:25 -02:00
lib Remove superfluous if conditional 2014-12-08 11:56:26 -05:00
test Minor libevent reactor bugfixes 2014-12-04 19:30:23 -05:00
.gitignore Added functions, reactor globals 2014-08-01 15:37:02 -04:00
CHANGELOG.md Update changelog 2014-12-08 11:52:09 -05:00
composer.json Drop php version requirement to 5.4 2014-10-20 09:45:49 -04:00
CONTRIBUTORS.md Migrate repo to amphp/amp 2014-09-23 00:06:03 -04:00
LICENSE Bumped LICENSE year, added CONTRIBUTORS.md 2014-03-06 09:49:36 -05:00
phpunit.xml Migrate repo to amphp/amp 2014-09-23 00:06:03 -04:00
README.md Update documentation 2014-12-03 11:00:20 -05:00

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.