Replace FuelPHP Event with PHP League Event.

This commit is contained in:
Jamie 2015-01-18 19:35:33 -07:00
parent 85c90c7738
commit 2d610f2ec6
1 changed files with 1 additions and 2 deletions

View File

@ -373,8 +373,7 @@ 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.
* [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.
* [Event](https://github.com/thephpleague/event) - Event library with a focus on domain events.
## Logging
*Libraries for generating and working with log files.*