small / orm-bundle
This package is abandoned and no longer maintained.
The author suggests using the small/swoole-entity-manager-bundle package instead.
small-orm for Symfony
2.4.2
2023-01-20 13:11 UTC
Requires
- small/orm-core: 1.*
README
Small ORM for symfony app
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