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

Installs: 748

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/small/orm-bundle

2.4.2 2023-01-20 13:11 UTC

This package is auto-updated.

Last update: 2024-08-01 19:34:48 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