1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
Go to file
Niklas Keller 7046ca47e1 Expose combined exceptions in combinator exception
Also fix indent, escape sequences and docs
2016-03-09 14:09:15 +01:00
lib Expose combined exceptions in combinator exception 2016-03-09 14:09:15 +01:00
test Expose combined exceptions in combinator exception 2016-03-09 14:09:15 +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 NativeReactor needs to always end in stopped state 2016-03-08 12:14:19 +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