lbarulski / gatekeeper-propel-bundle
GateKeeperBundle integration with Propel
Installs: 178
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lbarulski/gatekeeper-propel-bundle
Requires
- php: >=5.3.3
- docplanner/gatekeeper: dev-master
- docplanner/gatekeeper-bundle: 1.0.0
- propel/propel-bundle: 1.2.*
- symfony/symfony: >=2.3
This package is auto-updated.
Last update: 2025-09-29 02:08:28 UTC
README
Installation
Composer require
"docplanner/gatekeeper-bundle": "1.0.0"
"lbarulski/gatekeeper-propel-bundle": "dev-master"
Register bundles
new \GateKeeperBundle\GateKeeperBundle()
new lbarulski\GateKeeperPropelBundle\GateKeeperPropelBundle()
Migrate database
app/console propel:migration:generate-diff
app/console propel:migration:migrate