1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 09:57:51 +01:00
Go to file
2017-06-17 14:35:55 +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
.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 Install latest libuv on Travis 2017-06-17 14:35:55 +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 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