quioteframework / db-doctrine
Doctrine ORM and DBAL driver adapters for Quiote's database layer.
dev-main
2026-07-05 15:55 UTC
Requires
- php: >=8.5.0
- doctrine/dbal: ^4.4
- doctrine/orm: ^3.6
- quioteframework/quiote: *
This package is auto-updated.
Last update: 2026-07-05 17:07:44 UTC
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.