sebk / small-orm-bundle
Small Orm for Symfony
Installs: 1 191
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- sebk/small-orm-core: 1.*
README
Small ORM for symfony app
Migrated
This lib has been migrated to framagit project.
A new composer package is available at https://packagist.org/packages/small/orm-bundle
Future commits will be done on framagit.
Install
Require the bundle with composer:
composer require sebk/small-orm-bundle "~2.0"
Register the bundle in app/AppKernel.php
:
public function registerBundles() { return array( // ... new Sebk\SmallOrmBundle\SebkSmallOrmBundle(), ); }
Documentation
See documentation