Go to file
2017-08-31 12:26:12 +02:00
Command 3.0 Some Fixes for MSSQL (#438) 2017-01-09 12:30:41 +01:00
Controller Make PropelBundle available for Symfony 3.X 2016-02-15 18:01:47 +01:00
DataCollector profiler enhancements (#460) 2017-08-31 12:26:12 +02:00
DataFixtures Added Identifier quoting (#420) 2017-01-09 12:31:29 +01:00
DependencyInjection Fix configuration processing (#461) 2017-08-31 12:25:34 +02:00
Form Fix regression: allow using custom methods. (#440) 2017-01-09 12:28:54 +01:00
Logger profiler enhancements (#460) 2017-08-31 12:26:12 +02:00
Model/Acl introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Request/ParamConverter fixed cs 2016-04-13 19:10:01 +02:00
Resources profiler enhancements (#460) 2017-08-31 12:26:12 +02:00
Security introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Service introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Tests Fixed yaml dumper test with newer versions 2016-04-13 19:01:57 +02:00
Twig/Extension profiler enhancements (#460) 2017-08-31 12:26:12 +02:00
Util introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Validator/Constraints fixed addViolationAt method (#412) 2016-04-17 14:34:35 +02:00
.gitignore initialize Propel2 support 2013-06-09 00:19:30 +02:00
.travis.yml Merge pull request #428 from Big-Shark/patch-9 2016-10-13 18:12:34 +02:00
composer.json require propel dev-master (#439) 2016-11-18 14:09:00 +01:00
phpunit.xml.dist initialize Propel2 support 2013-06-09 00:19:30 +02:00
PropelBundle.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
README.markdown Added info about versions 2016-11-24 23:16:17 +01:00

PropelBundle

Build Status

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.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 contains Propel2 integration for Symfony 2.5-2.8.
  • The 3.0 branch contains Propel2 integration for Symfony 2.8-3.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.

Read the documentation

For license, see:

Resources/meta/LICENSE