small/orm-bundle

此包已被废弃,不再维护。作者建议使用 small/swoole-entity-manager-bundle 包。

small-orm for Symfony

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 应用

安装

使用 composer 安装包

composer require sebk/small-orm-bundle "~2.0"

app/AppKernel.php 中注册包

public function registerBundles()
{
    return array(
        // ...
        new Sebk\SmallOrmBundle\SebkSmallOrmBundle(),
    );
}

文档

查看 文档