sebk/small-orm-bundle

此包已被废弃,不再维护。未建议替代包。

为 Symfony 开发的小型 ORM

2.4.1 2022-01-03 17:57 UTC

This package is auto-updated.

Last update: 2024-07-19 12:03:00 UTC


README

symfony 应用的小型 ORM

迁移

此库已迁移到 framagit 项目。

新的 composer 包可在 https://packagist.org.cn/packages/small/orm-bundle 获取

未来的提交将在 framagit 上进行。

安装

使用 composer 需求此包

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

app/AppKernel.php 中注册此包

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

文档

查看 文档