SmallOrmBundle
Small ORM for symfony app, (*1)
Migrated
This lib has been migrated to framagit project., (*2)
A new composer package is available at https://packagist.org/packages/small/orm-bundle, (*3)
Future commits will be done on framagit., (*4)
Install
Require the bundle with composer:, (*5)
composer require sebk/small-orm-bundle "~2.0"
Register the bundle in app/AppKernel.php
:, (*6)
php
public function registerBundles()
{
return array(
// ...
new Sebk\SmallOrmBundle\SebkSmallOrmBundle(),
);
}
, (*7)
Documentation
See documentation, (*8)