small/orm-bundle

small-orm for Symfony

2.4.2 2023-01-20 13:11 UTC

This package is auto-updated.

Last update: 2024-03-29 18:15:30 UTC


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