doctrine/doctrine-bundle
Symfony DoctrineBundle
Maintainers
Package info
github.com/doctrine/DoctrineBundle
Type:symfony-bundle
pkg:composer/doctrine/doctrine-bundle
Requires
- php: ^8.4
- doctrine/dbal: ^4.0
- doctrine/deprecations: ^1.0
- doctrine/persistence: ^4
- doctrine/sql-formatter: ^1.0.1
- symfony/cache: ^6.4 || ^7.0 || ^8.0
- symfony/config: ^6.4 || ^7.0 || ^8.0
- symfony/console: ^6.4 || ^7.0 || ^8.0
- symfony/dependency-injection: ^6.4 || ^7.0 || ^8.0
- symfony/doctrine-bridge: ^6.4.3 || ^7.0.3 || ^8.0
- symfony/framework-bundle: ^6.4 || ^7.0 || ^8.0
- symfony/service-contracts: ^3
Requires (Dev)
- doctrine/coding-standard: ^14
- doctrine/orm: ^3.4.4
- phpstan/phpstan: ^2.1.13
- phpstan/phpstan-phpunit: 2.0.3
- phpstan/phpstan-strict-rules: ^2
- phpstan/phpstan-symfony: ^2.0.9
- phpunit/phpunit: ^12.3.10
- psr/log: ^3.0
- symfony/doctrine-messenger: ^6.4 || ^7.0 || ^8.0
- symfony/expression-language: ^6.4 || ^7.0 || ^8.0
- symfony/http-kernel: ^6.4 || ^7.0 || ^8.0
- symfony/messenger: ^6.4 || ^7.0 || ^8.0
- symfony/property-info: ^6.4 || ^7.0 || ^8.0
- symfony/security-bundle: ^6.4 || ^7.0 || ^8.0
- symfony/stopwatch: ^6.4 || ^7.0 || ^8.0
- symfony/string: ^6.4 || ^7.0 || ^8.0
- symfony/twig-bridge: ^6.4 || ^7.0 || ^8.0
- symfony/validator: ^6.4 || ^7.0 || ^8.0
- symfony/web-profiler-bundle: ^6.4 || ^7.0 || ^8.0
- symfony/yaml: ^6.4 || ^7.0 || ^8.0
- twig/twig: ^3.21.1
Suggests
- ext-pdo: *
- doctrine/orm: The Doctrine ORM integration is optional in the bundle.
- symfony/web-profiler-bundle: To use the data collector.
Provides
None
Conflicts
- doctrine/orm: <3.0 || >=4.0
- twig/twig: <3.0.4
Replaces
None
MIT 75f1bf75d0ba099f23e7d43ebd804df5bec58c29
- Fabien Potencier <fabien.woop@symfony.com>
- Benjamin Eberlei <kontakt.woop@beberlei.de>
- Symfony Community
- Doctrine Project
This package is auto-updated.
Last update: 2026-06-14 17:53:23 UTC
README
Doctrine DBAL & ORM Bundle for the Symfony Framework.
👁 Continuous Integration
👁 codecov
What is Doctrine?
The Doctrine Project is the home of a selected set of PHP libraries primarily focused on providing persistence services and related functionality. Its prize projects are a Object Relational Mapper and the Database Abstraction Layer it is built on top of. You can read more about the projects below or view a list of all projects.
Object relational mapper (ORM) for PHP that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.
DBAL is a powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
Documentation
The documentation is rendered on the symfony.com website. The source of the documentation is available in the docs folder.
