fpeters / sf-propel-event-dispatcher-plugin
This package is abandoned and no longer maintained.
No replacement package was suggested.
Integrates the Symfony2 EventDispatcher component in your Model classes with your symfony1.x project
Package info
github.com/FlxPeters/sfPropelEventDispatcherPlugin
Type:symfony1-plugin
pkg:composer/fpeters/sf-propel-event-dispatcher-plugin
dev-master
2014-08-18 10:15 UTC
Requires
- composer/installers: ~1.0.0
- fpeters/sf-dependency-injection-plugin: dev-master
- propel/propel1: ~1.5
- symfony/event-dispatcher: ~2.1
- willdurand/propel-eventdispatcher-behavior: ~1.3
This package is not auto-updated.
Last update: 2020-01-20 03:30:48 UTC
README
Integrates the Propel EventDispatcherBehavior into Symfony 1.x.
Each class owns its own event dispatcher, so that you don't listen to useless events, and you have a better separation of concerns.
This plugin is heavily based on the BazingaPropelEventDispatcherBundle for Symfony2 by William Durand (https://github.com/willdurand/BazingaPropelEventDispatcherBundle)