1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
Go to file
Bob Weinand dcf17e3f98 Optimize Producer & remove wait until first subscribe
Also delay first emit in Emitter until next tick
2016-08-14 16:57:17 +02:00
example Require PHP 7 2016-08-11 14:52:40 -05:00
lib Optimize Producer & remove wait until first subscribe 2016-08-14 16:57:17 +02:00
test Replace leftover LogicExceptions exceptions with Error 2016-08-12 16:58:53 -05:00
.coveralls.yml support file updates 2015-07-19 13:33:39 -04:00
.gitattributes Initial commit 2016-05-21 09:44:52 -05:00
.gitignore Initial commit 2016-05-21 09:44:52 -05:00
.php_cs support file updates 2015-07-19 13:33:39 -04:00
.travis.yml Require PHP 7 2016-08-11 14:52:40 -05:00
CHANGELOG.md Improve changelog formatting 2016-05-12 16:49:46 +02:00
composer.json Require PHP 7 2016-08-11 14:52:40 -05:00
CONTRIBUTING.md update contributing file 2015-07-22 00:24:48 -04:00
LICENSE Initial commit 2016-05-21 09:44:52 -05:00
phpunit.xml.dist Require PHP 7 2016-08-11 14:52:40 -05:00
README.md Add note about extension backends 2015-10-31 22:54:13 -04:00

amp

Build Status CoverageStatus Stable v1 License

amphp/amp is a non-blocking concurrency framework for PHP applications.

Learn more about amphp/amp in the guide.

Required PHP Version

  • PHP 5.5+

Optional Extension Backends

Extensions are only needed if your app necessitates high numbers of concurrent socket connections.

Installation

$ composer require amphp/amp