|
|
|
|
|
|
450
|
*Libraries that are event-driven or implement non-blocking event loops.*
|
450
|
*Libraries that are event-driven or implement non-blocking event loops.*
|
|
451
|
|
451
|
|
|
452
|
* [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
|
452
|
* [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
|
|
453
|
-* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
|
|
|
|
454
|
-* [Icicle](https://github.com/icicleio/icicle) - An asynchronous library with coroutines, non-blocking I/O, and multithreading.
|
|
|
|
455
|
-* [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
|
|
|
|
456
|
-* [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
|
|
|
|
457
|
-* [Hoa WebSocket](https://github.com/hoaproject/Websocket) - Another web socket library.
|
|
|
|
|
|
453
|
+* [Broadway](https://github.com/qandidate-labs/broadway) - An event source and CQRS library.
|
|
|
|
454
|
+* [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
|
|
458
|
* [Elephant.io](https://github.com/Wisembly/Elephant.io) - Yet another web socket library.
|
455
|
* [Elephant.io](https://github.com/Wisembly/Elephant.io) - Yet another web socket library.
|
|
459
|
-* [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library.
|
|
|
|
460
|
* [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
|
456
|
* [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
|
|
461
|
* [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
|
457
|
* [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
|
|
462
|
-* [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
|
|
|
|
463
|
-* [Broadway](https://github.com/qandidate-labs/broadway) - An event source and CQRS library.
|
|
|
|
|
|
458
|
+* [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library.
|
|
|
|
459
|
+* [Hoa WebSocket](https://github.com/hoaproject/Websocket) - Another web socket library.
|
|
|
|
460
|
+* [Icicle](https://github.com/icicleio/icicle) - An asynchronous library with coroutines, non-blocking I/O, and multithreading.
|
|
464
|
* [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
|
461
|
* [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
|
|
|
|
462
|
+* [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
|
|
|
|
463
|
+* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
|
|
|
|
464
|
+* [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
|
|
465
|
|
465
|
|
|
466
|
## Logging
|
466
|
## Logging
|
|
467
|
*Libraries for generating and working with log files.*
|
467
|
*Libraries for generating and working with log files.*
|