Adding workerman to the list of event driven libs

Another event driven non-blocking I/O library.
https://github.com/walkor/Workerman
This commit is contained in:
walkor 2015-05-25 10:14:45 +08:00 committed by walkor
parent 05c5036362
commit 24cca0c32a
1 changed files with 1 additions and 0 deletions

View File

@ -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.*