fpeters / sf-propel-event-dispatcher-plugin
Integrates the Symfony2 EventDispatcher component in your Model classes with your symfony1.x project
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:symfony1-plugin
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)