From 24cca0c32a03aae578b2d17af356c0bc9cfc7391 Mon Sep 17 00:00:00 2001 From: walkor Date: Mon, 25 May 2015 10:14:45 +0800 Subject: [PATCH] Adding workerman to the list of event driven libs Another event driven non-blocking I/O library. https://github.com/walkor/Workerman --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88a85f7..6aec217 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket 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. +* [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library. ## Logging *Libraries for generating and working with log files.*