small / orm-bundle
2.4.2
2023-01-20 13:11 UTC
Requires
- small/orm-core: 1.*
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(),
);
}
文档
查看 文档