1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
Go to file
2015-04-29 13:45:06 -04:00
examples Fixex typos 2015-02-05 18:17:05 +01:00
lib kill reference to removed function 2015-04-29 13:45:06 -04:00
test Reactor API updates, NativeReactor refactor 2015-04-03 11:56:16 -04:00
.gitignore Added functions, reactor globals 2014-08-01 15:37:02 -04:00
.travis.yml Add travis support 2015-04-29 11:29:09 -04:00
CHANGELOG.md update changelog 2015-04-29 11:01:45 -04:00
composer.json sigh ... add phpunit to composer requires 2015-04-29 12:53:40 -04:00
CONTRIBUTING update support files 2015-04-27 15:16:26 -04:00
guide.md guide updates 2015-04-29 13:24:59 -04: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 README 2015-04-29 13:28:28 -04:00

Amp Build Status

Amp is a non-blocking concurrency framework for PHP applications.

Learn more about Amp in the Amp Guide.

Dependencies

  • PHP7

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

  • php-uv extension for libuv backends

Installation

$ git clone https://github.com/amphp/amp.git

-or-

$ composer require amphp/amp

Community

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