Merge pull request #282 from frankdejonge/patch-1

Added league/event to the Event list.
This commit is contained in:
Jamie York 2015-01-18 19:34:20 -07:00
commit 85c90c7738

View File

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