Go to file
2015-12-18 10:16:07 +07:00
Command Merge pull request #355 from pimpreneil/fixtures_symfix 2015-12-03 18:13:32 +01:00
Controller Started to integrate the new configuration system (still WIP/dirty) 2014-09-12 21:18:03 +01:00
DataCollector Checkstyle fixes 2013-11-03 21:23:53 +00:00
DataFixtures DataLoader: allow to set foreign key for a table not included in fixtures 2015-07-15 18:16:33 +02:00
DependencyInjection check whether the value of defaultConnection have been set or not 2015-12-18 10:16:07 +07:00
Form resolve deprecated function usages 2015-12-03 10:44:12 +01:00
Logger Added stack trace to debug toolbar 2015-04-10 17:52:41 +02:00
Model/Acl Apply php-cs-fixer 2014-04-26 21:58:01 +01:00
Request/ParamConverter Fixed AbstractCommand to work with newest Propel2 version. Added option index_property back to ModelType. 2014-11-20 10:59:40 +01:00
Resources log queries into own propel channel 2015-07-28 18:05:12 +02:00
Security A few cs fixes 2013-12-14 12:47:55 +00:00
Service Moved the schema-locating code outside the AbstractCommand 2013-10-31 21:19:24 +00:00
Tests DataLoader: allow to set foreign key for a table not included in fixtures 2015-07-15 18:16:33 +02:00
Twig/Extension Returned back Twig_SimpleFilter 2015-12-03 23:31:02 +07:00
Util Add: support for param converters 2013-11-03 22:52:53 +00:00
Validator/Constraints Use equals function to allow validation of a cloned object 2015-11-16 11:41:14 +01:00
.gitignore initialize Propel2 support 2013-06-09 00:19:30 +02:00
.travis.yml Added symfony 2.8 and 3.0 and removed php7 of allow_failures 2015-12-03 10:27:22 +07:00
composer.json Use PSR-4 2015-06-08 10:52:12 +02:00
phpunit.xml.dist initialize Propel2 support 2013-06-09 00:19:30 +02:00
PropelBundle.php Merge pull request #309 from K-Phoen/infer-default-connection 2015-06-10 20:56:30 +02:00
README.markdown initialize Propel2 support 2013-06-09 00:19:30 +02:00

PropelBundle

Build Status

This is the official implementation of Propel in Symfony2.

Branching model

As Propel2 will be released in the near future, we are migrating the branching model of this bundle in advance!

  • The 1.0 branch contains Propel 1.6 integration for Symfony 2.0 (currently 2.0 branch).
  • The 1.1 branch contains Propel 1.6 integration for Symfony 2.1 (currently 2.1 branch).
  • The 1.2 branch contains Propel 1.6 integration for Symfony 2.2 (currently master branch).
  • The 2.0 branch will contain Propel2 integration for Symfony 2.1. We are still considering to integrate Propel2 with Symfony 2.0. In case, we will do so, there will be a 2.1 and 2.0 branch integrating the respective Symfony version!

The 1.x branches are already available and you are encouraged to migrate your dependencies according to the listings!

  • If you depend on Symfony master branch, switch to the 1.2 branch.
  • If you depend on Symfony 2.1 branch, switch to the 1.1 branch.
  • If you depend on Symfony 2.0 branch, switch to the 1.0 branch.

Note: the master, and 2.0 branches won't be updated anymore, and will trigger a E_USER_DEPRECATED error to notice people.

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;
  • 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