From ea43560403e16b3aad87d0c801e3d6e1526168d5 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 6 Feb 2015 19:23:29 -0700 Subject: [PATCH] Added Broadway to events. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50e0765..d441edd 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Hoa WebSocket](https://github.com/hoaproject/Websocket) - Another web socket library. * [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library. * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library. -* [Event](https://github.com/thephpleague/event) - Event library with a focus on domain events. +* [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events. +* [Broadway](https://github.com/qandidate-labs/broadway) - An event source and CQRS library. ## Logging *Libraries for generating and working with log files.*