1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
Go to file
2015-02-05 23:54:12 -05:00
examples Fixex typos 2015-02-05 18:17:05 +01:00
lib Merge branch 'psr' of https://github.com/lyrixx/amp into lyrixx-psr 2015-02-05 23:54:12 -05:00
test Add tests for Promisor::update() 2015-02-05 23:44:11 -05:00
.gitignore Added functions, reactor globals 2014-08-01 15:37:02 -04:00
CHANGELOG.md - Added Reactor::coroutine() method 2015-02-03 19:41:15 -05:00
composer.json Throws a RuntimeException if php-uv or libevent is not loaded. 2015-01-06 00:01:07 -02:00
CONTRIBUTING update contribution guidelines 2015-01-26 12:22:15 -05:00
LICENSE Fixex typos 2015-02-05 18:17:05 +01: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.