sebk/small-orm-bundle

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

Small Orm for Symfony

Installs: 1 646

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

pkg:composer/sebk/small-orm-bundle

2.4.1 2022-01-03 17:57 UTC

This package is auto-updated.

Last update: 2024-07-19 12:03:00 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