1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
Go to file
2017-03-10 21:31:57 +01:00
example Add Loop::set, auto-wrapping, fixup things 2017-03-10 21:31:57 +01:00
lib Add Loop::set, auto-wrapping, fixup things 2017-03-10 21:31:57 +01:00
test Add Loop::set, auto-wrapping, fixup things 2017-03-10 21:31:57 +01:00
.gitattributes Initial commit 2016-05-21 09:44:52 -05:00
.gitignore Move Humbug log to build 2017-01-08 21:38:30 -06:00
.php_cs support file updates 2015-07-19 13:33:39 -04:00
.travis.yml Merge amphp/amp repository into amphp/amp 2017-03-10 18:26:17 +01:00
CHANGELOG.md Improve changelog formatting 2016-05-12 16:49:46 +02:00
composer.json Add Loop::set, auto-wrapping, fixup things 2017-03-10 21:31:57 +01:00
CONTRIBUTING.md update contributing file 2015-07-22 00:24:48 -04:00
humbug.json.dist Move Humbug log to build 2017-01-08 21:38:30 -06:00
LICENSE Merge async-interop/event-loop repository into amphp/amp 2017-03-10 18:07:13 +01:00
phpunit.xml.dist Add Loop::set, auto-wrapping, fixup things 2017-03-10 21:31:57 +01:00
README.md Change proposal to specification 2016-12-31 19:50:39 +01: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