1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
Go to file
2015-05-18 11:40:09 -04:00
examples Fixex typos 2015-02-05 18:17:05 +01:00
lib Fix high cpu usage in timer loop from broken "nextTimerAt" caching 2015-05-18 11:40:09 -04:00
test Suggest nearby property name in Struct error messages 2015-05-13 10:05:56 -04:00
.gitignore Added functions, reactor globals 2014-08-01 15:37:02 -04:00
.travis.yml Add php versions to travis run 2015-05-04 12:55:49 -04:00
CHANGELOG.md Fix high cpu usage in timer loop from broken "nextTimerAt" caching 2015-05-18 11:40:09 -04:00
composer.json fix json syntax derp 2015-05-12 15:23:53 -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 Migrate repo to amphp/amp 2014-09-23 00:06:03 -04:00
README.md update support files 2015-05-12 15:18:28 -04:00

Amp Build Status

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

Dependencies

  • PHP 7

Installation

$ git clone https://github.com/amphp/amp.git

-or-

$ composer require amphp/amp

The appropriate composer versions:

- PHP7:     "v2.0.0-dev"
- PHP5.5+:  "v1.0.0-dev"

Versioning

Amp strives to follow the SemVer specification.