1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
Go to file
2016-07-31 00:31:04 -05:00
example Subscriber no longer implements Awaitable 2016-07-19 12:40:16 -05:00
lib Revert some() to v1 behavior 2016-07-31 00:31:04 -05:00
test Revert some() to v1 behavior 2016-07-31 00:31:04 -05:00
.coveralls.yml support file updates 2015-07-19 13:33:39 -04:00
.gitattributes Initial commit 2016-05-24 11:47:14 -05:00
.gitignore Initial commit 2016-05-24 11:47:14 -05:00
.php_cs support file updates 2015-07-19 13:33:39 -04:00
.travis.yml Cache composer dependecies for faster builds 2016-04-01 16:42:32 +02:00
CHANGELOG.md Improve changelog formatting 2016-05-12 16:49:46 +02:00
composer.json Merge pull request #48 from mickaelandrieu/patch-1 2016-07-25 11:17:40 -05:00
CONTRIBUTING.md update contributing file 2015-07-22 00:24:48 -04:00
LICENSE Initial commit 2016-05-24 11:47:14 -05:00
phpunit.xml.dist Initial tests plus some fixes 2016-07-12 11:20:06 -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