quioteframework/db-doctrine
Composer 安装命令:
composer require quioteframework/db-doctrine
包简介
Doctrine ORM and DBAL driver adapters for Quiote's database layer.
README 文档
README
Doctrine ORM and DBAL driver adapters for Quiote's database layer.
Install
composer require quioteframework/db-doctrine
Enable
Add the plugin to your app's plugins config key:
'plugins' => [\Quiote\Database\Adapter\Doctrine\DoctrinePlugin::class],
Then reference it by alias in databases.xml — doctrine for the full ORM, doctrine_dbal for the query builder without the ORM:
<database name="default" class="doctrine"> ... </database>
License
MIT. See LICENSE.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-04