quioteframework/db-doctrine

Doctrine ORM and DBAL driver adapters for Quiote's database layer.

Maintainers

Package info

github.com/quioteframework/db-doctrine

Issues

pkg:composer/quioteframework/db-doctrine

Transparency log

Statistics

Installs: 0

Dependents: 1

Suggesters: 1

Stars: 0

dev-main 2026-07-05 15:55 UTC

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.xmldoctrine for the full ORM, doctrine_dbal for the query builder without the ORM:

<database name="default" class="doctrine">
    ...
</database>

License

MIT. See LICENSE.