From 64f442c74ef13913ce84ae637fa4106b61066733 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Fri, 9 Oct 2015 15:56:30 +0200 Subject: [PATCH] Added Amp to Event section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c4708..c46eb86 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,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/cboden/Ratchet) - A web socket library.