1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
Go to file
Daniel Lowrey 693ce52d99 Merge pull request #25 from staabm/patch-2
drop $forceNew param in getReactor()
2015-04-27 14:51:21 -04:00
examples Fixex typos 2015-02-05 18:17:05 +01:00
lib drop $forceNew param in getReactor() 2015-04-27 17:57:44 +02:00
test Allow null implicit yields 2015-02-18 09:53:55 -05:00
.gitignore Added functions, reactor globals 2014-08-01 15:37:02 -04:00
CHANGELOG.md drop $forceNew param in getReactor() 2015-04-27 17:57:44 +02:00
composer.json Removed useless configuration in composer.json 2015-02-05 14:40:18 +01:00
CONTRIBUTING update contribution guidelines 2015-01-26 12:22:15 -05:00
guide.md Fixed typo 2015-02-21 16:10:25 +01: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 Add guide docs to main repo 2015-02-06 01:31:22 -05:00

Amp

Amp is a non-blocking concurrency framework for PHP applications

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. Please use it!

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.