PHPackages                             karser/glorpen-propel-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. karser/glorpen-propel-bundle

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

karser/glorpen-propel-bundle
============================

Propel events and model extending for Symfony2.

v1.2.5(11y ago)016GPL-3.0PHP

Since Mar 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/karser/GlorpenPropelBundle)[ Packagist](https://packagist.org/packages/karser/glorpen-propel-bundle)[ RSS](/packages/karser-glorpen-propel-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (14)Used By (0)

GlorpenPropelBundle
===================

[](#glorpenpropelbundle)

[![https://travis-ci.org/glorpen/GlorpenPropelBundle.png?branch=master](https://camo.githubusercontent.com/77a89afb4f560d5de65066f83086458d636a7dd076c69c21f25c10e77b77d791/68747470733a2f2f7472617669732d63692e6f72672f676c6f7270656e2f476c6f7270656e50726f70656c42756e646c652e706e673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/77a89afb4f560d5de65066f83086458d636a7dd076c69c21f25c10e77b77d791/68747470733a2f2f7472617669732d63692e6f72672f676c6f7270656e2f476c6f7270656e50726f70656c42756e646c652e706e673f6272616e63683d6d6173746572)

Additional Propel integration for Symfony2.

Official repositories
---------------------

[](#official-repositories)

For forking and other funnies

BitBucket:  - main repo

GitHub:

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

[](#how-to-install)

- add requirements to composer.json:

```
{
    "require": {
        "glorpen/propel-bundle": "@dev"
    }
}
```

- enable the plugin in your **AppKernel** class

*app/AppKernel.php*

```
