1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
Go to file
2017-01-07 16:02:49 +01:00
example Update to promise 0.4.0 and event-loop 0.5.0, add humbug config 2017-01-07 13:47:45 +01:00
lib Update to promise 0.4.0 and event-loop 0.5.0, add humbug config 2017-01-07 13:47:45 +01:00
test Add test for callback combination in WhenQueue 2017-01-07 14:24:21 +01:00
.gitattributes Initial commit 2016-05-21 09:44:52 -05:00
.gitignore Update to promise 0.4.0 and event-loop 0.5.0, add humbug config 2017-01-07 13:47:45 +01:00
.php_cs support file updates 2015-07-19 13:33:39 -04:00
.travis.yml Move PHP versions into matrix 2017-01-07 16:02:49 +01:00
CHANGELOG.md Improve changelog formatting 2016-05-12 16:49:46 +02:00
composer.json Fix promise test requirement 2017-01-07 15:53:55 +01:00
CONTRIBUTING.md update contributing file 2015-07-22 00:24:48 -04:00
humbug.json.dist Update to promise 0.4.0 and event-loop 0.5.0, add humbug config 2017-01-07 13:47:45 +01:00
LICENSE Initial commit 2016-05-21 09:44:52 -05:00
phpunit.xml.dist Fix namespace 2016-08-16 23:27:10 -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