1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
Go to file
2015-07-19 13:50:03 -04:00
examples Update examples 2015-05-20 15:19:31 -04:00
lib Add manual watcher refcount manipulation methods 2015-07-10 15:36:13 -04:00
test Remove streamable support in coroutine resolution 2015-06-15 13:17:27 -04: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 use travis container architecture 2015-07-19 13:50:03 -04:00
CHANGELOG.md update CHANGELOG 2015-06-09 11:51:10 -04:00
composer.json support file updates 2015-07-19 13:33:39 -04:00
CONTRIBUTING update contributing file 2015-05-04 12:48:29 -04:00
guide.md guide updates 2015-04-29 13:24:59 -04:00
LICENSE Fixex typos 2015-02-05 18:17:05 +01:00
phpunit.xml support file updates 2015-07-19 13:33:39 -04:00
README.md support file updates 2015-07-19 13:33:39 -04:00

amp

Build Status Coverage Status Unstable

amphp/amp is a non-blocking concurrency framework for PHP applications. Learn more about amp in the Guide.

Dependencies

  • PHP 5.5+
  • libevent (optional)
  • php-uv (optional & experimental, requires PHP7)

Installation

$ composer require amphp/amp