1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
Go to file
2017-09-17 11:47:15 +02:00
lib Add 'internal' annotations to Watcher and CoroutineState 2016-09-04 14:46:12 +02:00
test Fix tests 2017-06-17 14:01:05 +02: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 Install libevent-dev on Travis and enable 7.2 2017-09-17 11:38:16 +02:00
CHANGELOG.md Improve changelog formatting 2016-05-12 16:49:46 +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 Fix branch names in README to 1.x 2017-09-17 11:47:15 +02: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