Merge pull request #485 from kelunik/master

[event] amphp/amp
This commit is contained in:
Jose Diaz-Gonzalez 2016-04-03 23:24:41 -04:00
commit 3e25b1caaf
1 changed files with 1 additions and 0 deletions

View File

@ -449,6 +449,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
## Event
*Libraries that are event-driven or implement non-blocking event loops.*
* [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
* [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
* [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.