sebk/small-orm-bundle

Small Orm for Symfony


Keywords
bundle, mysql, orm, php, redis, swoole, symfony, symfony-bundle
License
GPL-3.0-only

Documentation

SmallOrmBundle

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