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

Maintainers

Package info

github.com/FlxPeters/sfPropelEventDispatcherPlugin

Type:symfony1-plugin

pkg:composer/fpeters/sf-propel-event-dispatcher-plugin

Statistics

Installs: 57

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2014-08-18 10:15 UTC

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)