Go to file
Simon Vieille 5e26297485 add phpConfDir in DependencyInjection 2022-03-07 16:56:10 +01: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 Symfony 4.0 updates (#483) 2018-02-10 01:25:14 +01:00
DataFixtures Symfony 4.0 updates (#483) 2018-02-10 01:25:14 +01:00
DependencyInjection add phpConfDir in DependencyInjection 2022-03-07 16:56:10 +01: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 Symfony 4.0 updates (#483) 2018-02-10 01:25:14 +01:00
Security introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Service Symfony 4.0 updates (#483) 2018-02-10 01:25:14 +01:00
Tests Symfony 4.0 updates (#483) 2018-02-10 01:25:14 +01: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 Symfony 4.0 updates (#483) 2018-02-10 01:25:14 +01:00
PropelBundle.php call initDatabaseMaps when bundle is loaded 2022-03-07 16:11:39 +01:00
README.markdown Symfony 4.0 updates (#483) 2018-02-10 01:25:14 +01:00
composer.json update composer 2022-03-07 15:19:26 +01:00
phpunit.xml.dist Symfony 4.0 updates (#483) 2018-02-10 01:25:14 +01:00

README.markdown

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.
  • The 4.0 branch contains Propel2 integration 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.

Read the documentation

For license, see:

Resources/meta/LICENSE