Go to file
2017-08-31 17:49:55 +02:00
Command support bundle-less schema file (#458) 2017-08-31 12:27:56 +02:00
Controller do not require the templating component (#456) 2017-08-31 17:49:55 +02: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 Allow to configure sql/migrations dir (#459) 2017-08-31 12:26:56 +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 Read "propel_converter" options from request attributes (#449) 2017-08-31 14:04:25 +02:00
Resources do not require the templating component (#456) 2017-08-31 17:49:55 +02:00
Security introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Service support bundle-less schema file (#458) 2017-08-31 12:27:56 +02:00
Tests Read "propel_converter" options from request attributes (#449) 2017-08-31 14:04:25 +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 do not require full symfony/symfony package (#455) 2017-08-31 12:28:43 +02: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