fxdsp / propel-bundle
This package is abandoned and no longer maintained.
The author suggests using the skyfox/propel-bundle package instead.
Integration of Propel in Symfony
3.0.1
2022-01-13 10:18 UTC
Requires
- fxdsp/propel: 2.0.3
- symfony/console: ^2.8|^3.0
- symfony/dependency-injection: ^2.8|^3.0
- symfony/framework-bundle: ^2.8|^3.0
- symfony/security-acl: ^2.8|^3.0
Requires (Dev)
- fzaninotto/faker: ^1.5
- phpunit/phpunit: ^4.8.21|^5.0.10
- sensio/framework-extra-bundle: ^3.0.2
- 4.0.x-dev
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 3.0.0-alpha1
- 2.0.x-dev
- 2.0.0-alpha4
- 1.6.x-dev
- 1.5.x-dev
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.x-dev
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.2.x-dev
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.0
- 0.8
- 0.7
- 0.6
- 0.5
- 0.4
- 0.3
- 0.2
- dev-master
This package is not auto-updated.
Last update: 2024-06-24 12:06:20 UTC
README
PropelBundle
This is the official implementation of Propel in Symfony.
Branching model
As Propel2 will be released in the near future, we are migrating the branching model of this bundle in advance!
- The
1.0branch contains Propel 1.6 integration for Symfony 2.0 (currently 2.0 branch). - The
1.1branch contains Propel 1.6 integration for Symfony 2.1 (currently 2.1 branch). - The
1.2branch contains Propel 1.6 integration for Symfony 2.2 (currently master branch). - The
2.0branch containsPropel2integration for Symfony 2.5-2.8. - The
3.0branch containsPropel2integration for Symfony 2.8-3.x. - The
4.0branch containsPropel2integration for Symfony 3.4-4.x.
Features
- Generation of model classes based on an XML schema (not YAML) placed under
BundleName/Resources/*schema.xml; - Insertion of SQL statements;
- Runtime autoloading of Propel and generated classes;
- Propel runtime initialization through the XML configuration;
- Propel Migrations;
- Reverse engineering from existing database;
- Integration to the Symfony Profiler;
- Load SQL, YAML and XML fixtures;
- Create/Drop databases;
- Integration with the Form component;
- Integration with the Security component;
- Propel ParamConverter can be used with Sensio Framework Extra Bundle.
For license, see:
Resources/meta/LICENSE