1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00

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

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. * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
* [React](https://github.com/reactphp/react) - 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. * [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 ## Logging
*Libraries for generating and working with log files.* *Libraries for generating and working with log files.*