1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
Go to file
2016-02-24 12:56:47 +00:00
lib Avoid invalid escape sequences. 2016-02-24 12:56:47 +00:00
test Fixed bug causing NativeReactor to run at 100% CPU 2016-02-22 23:17:50 +01:00
.coveralls.yml support file updates 2015-07-19 13:33:39 -04:00
.gitattributes support file updates 2015-07-19 13:33:39 -04:00
.gitignore support file updates 2015-07-19 13:33:39 -04:00
.php_cs support file updates 2015-07-19 13:33:39 -04:00
.travis.yml Update .travis.yml for PHP nightly and fix installation step to right label 2015-09-17 18:14:30 +02:00
CHANGELOG Fixed bug causing NativeReactor to run at 100% CPU 2016-02-22 23:17:50 +01:00
composer.json Add branch alias for dev-master 2015-08-18 13:41:13 +02:00
CONTRIBUTING.md update contributing file 2015-07-22 00:24:48 -04:00
LICENSE update license 2015-07-22 14:04:30 -04:00
phpunit.xml support file updates 2015-07-19 13:33:39 -04: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