You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Simon Vieille 5e26297485 add phpConfDir in DependencyInjection 1 year ago
Command support bundle-less schema file (#458) 6 years ago
Controller do not require the templating component (#456) 6 years ago
DataCollector Symfony 4.0 updates (#483) 5 years ago
DataFixtures Symfony 4.0 updates (#483) 5 years ago
DependencyInjection add phpConfDir in DependencyInjection 1 year ago
Form Fix regression: allow using custom methods. (#440) 6 years ago
Logger profiler enhancements (#460) 6 years ago
Model/Acl introduce "Bundle" namespace part 7 years ago
Request/ParamConverter Read "propel_converter" options from request attributes (#449) 6 years ago
Resources Symfony 4.0 updates (#483) 5 years ago
Security introduce "Bundle" namespace part 7 years ago
Service Symfony 4.0 updates (#483) 5 years ago
Tests Symfony 4.0 updates (#483) 5 years ago
Twig/Extension profiler enhancements (#460) 6 years ago
Util introduce "Bundle" namespace part 7 years ago
Validator/Constraints fixed addViolationAt method (#412) 7 years ago
.gitignore initialize Propel2 support 10 years ago
.travis.yml Symfony 4.0 updates (#483) 5 years ago
PropelBundle.php call initDatabaseMaps when bundle is loaded 1 year ago
README.markdown Symfony 4.0 updates (#483) 5 years ago
composer.json update composer 1 year ago
phpunit.xml.dist Symfony 4.0 updates (#483) 5 years ago

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