Go to file
2011-11-20 16:55:58 +01:00
Command [command] Minor fix 2011-09-25 12:15:28 +02:00
Controller Moved some classes to the Symfony2 core (Propel Bridge) 2011-11-20 16:30:48 +01:00
DataFixtures Fix for issue #66: fixtures dumper should ignore tests table maps 2011-11-20 09:19:46 -06:00
DependencyInjection [PropelBundle] [DependencyInjection] improved exception messages when the bundle is loaded and the Propel configuration is not yet defined in the configuration. 2011-10-09 19:49:08 +02:00
Request/ParamConverter [PropelParamConverter] add exclude option for Pk and fields, with tests and docs 2011-10-07 12:14:28 +02:00
Resources Moved some classes to the Symfony2 core (Propel Bridge) 2011-11-20 16:30:48 +01:00
Security/User Fixed CS 2011-11-06 18:15:34 +01:00
Tests Added missing SensioFrameworkExtraBundle to launch all unit tests. 2011-11-14 18:38:21 +01:00
Twig/Extension Fixed LICENSE 2011-08-30 23:30:31 +02:00
Util [Util] Added a PropelInflector class 2011-09-02 15:44:00 +02:00
Validator/Constraints Coding standards modification and update of the doc to explain the use of the uniqueObjectValidator 2011-11-04 18:04:53 +01:00
vendor Added missing SensioFrameworkExtraBundle to launch all unit tests. 2011-11-14 18:38:21 +01:00
.gitignore Added missing SensioFrameworkExtraBundle to launch all unit tests. 2011-11-14 18:38:21 +01:00
.travis.yml travis-ci 2011-11-13 23:39:42 +01:00
composer.json Added composer.json file 2011-11-12 01:31:25 +01:00
phpunit.xml.dist Improved unit tests 2011-03-25 23:45:10 +01:00
PropelBundle.php Fixed LICENSE 2011-08-30 23:30:31 +02:00
README.markdown Added note about PropelBundle, Propel Bridge (in Symfony2) and 2.0 branch 2011-11-20 16:55:58 +01:00

PropelBundle

Build Status

This is the official implementation of Propel in Symfony2.

Important: The master branch follows the Symfony2 master branch, and uses the Propel Bridge. If you want to use the bundle with a Symfony2 version under 2.0.7, please use the 2.0 branch.

Currently supports:

  • 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.
  • Migrations Propel 1.6.
  • Reverse engineering from existing database.
  • Integration to the Symfony2 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 documentation, see:

Resources/doc/

Read the documentation

For license, see:

Resources/meta/LICENSE