PHPackages                             real-chocopanda/glorpen-propel-event-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. real-chocopanda/glorpen-propel-event-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

real-chocopanda/glorpen-propel-event-bundle
===========================================

Propel events for Symfony2. This bundle allows you to inject services on object/query creation, set data from service before save and more.

0841PHP

Since Aug 13Pushed 13y ago6 watchersCompare

[ Source](https://github.com/real-chocopanda/GlorpenPropelEventBundle)[ Packagist](https://packagist.org/packages/real-chocopanda/glorpen-propel-event-bundle)[ RSS](/packages/real-chocopanda-glorpen-propel-event-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

PropelEventBundle
=================

[](#propeleventbundle)

Propel events in Symfony2.

Using with Symfony2 2.1
-----------------------

[](#using-with-symfony2-21)

To use this bundle with version 2.1 you have to override parameter dispatcher.class with:

```
Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher
```

How to install
--------------

[](#how-to-install)

- add this plugin to your project. From your project root:

    > hg clone  Glorpen/PropelEvent
- enable the plugin in your **AppKernel** class

*app/AppKernel.php*

```
