1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00
Go to file
2015-10-31 22:54:13 -04:00
lib Update tests for CombinatorException, prepare tag 1.0.5 2015-09-30 14:31:53 +02:00
test Update tests for CombinatorException, prepare tag 1.0.5 2015-09-30 14:31:53 +02: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 Update tests for CombinatorException, prepare tag 1.0.5 2015-09-30 14:31:53 +02: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