sebk/small-orm-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Small Orm for Symfony

2.4.1 2022-01-03 17:57 UTC

This package is auto-updated.

Last update: 2023-09-27 14:54:36 UTC


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