From d5a96e05d65d3d89f8bae460196b5dba3c04f254 Mon Sep 17 00:00:00 2001 From: Frank de Jonge Date: Wed, 10 Dec 2014 16:39:37 +0100 Subject: [PATCH] Added league/event to the Event list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 194e977..ad3674a 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library. * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library. * [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library. +* [The PHP League - Event](https://github.com/thephpleague/event) - Event library with a focus on domain events. ## Logging *Libraries for generating and working with log files.*