From 6ac7a2b0f3771c725d7e73d955e4557d72a3be16 Mon Sep 17 00:00:00 2001 From: Jacek Kobus Date: Sun, 27 Jul 2014 23:14:26 +0200 Subject: [PATCH] added PHPExtra/EventManager --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64d67e9..aa32acd 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [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. +* [Event Manager](https://github.com/phpextra/event-manager) - Another event dispatcher library. ## Logging *Libraries for generating and working with log files.*