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

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

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

Propel events and model extending for Symfony2.

v1.5.4(6y ago)1085.8k↓40.8%5[1 issues](https://github.com/glorpen/GlorpenPropelBundle/issues)1GPL-3.0PHP

Since Mar 9Pushed 6y ago3 watchersCompare

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

READMEChangelogDependencies (4)Versions (25)Used By (1)

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

GitHub:  - main repo

BitBucket:

Supported Symfony2 versions
---------------------------

[](#supported-symfony2-versions)

This bundle currently supports Symfony2 starting from version 2.3.

You will have to specify dev dependency for propel/propel-bundle for Symfony2 3.x projects, eg:

```
{
    "require": {
        "symfony/symfony": "^3.3",
        "propel/propel-bundle": "1.6.x-dev",
        "glorpen/propel-bundle": "^1.5"
    }
}
```

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*

```
