doctrine/mongodb-odm-bundle
Symfony Doctrine MongoDB Bundle
Maintainers
Package info
github.com/doctrine/DoctrineMongoDBBundle
Type:symfony-bundle
pkg:composer/doctrine/mongodb-odm-bundle
Requires
- php: ^8.1
- composer-runtime-api: ^2.0
- ext-mongodb: ^1.21 || ^2
- doctrine/mongodb-odm: ^2.6
- doctrine/persistence: ^3.0 || ^4.0
- psr/log: ^1.0 || ^2.0 || ^3.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 || ^7.0 || ^8.0
- symfony/framework-bundle: ^6.4 || ^7.0 || ^8.0
- symfony/http-kernel: ^6.4 || ^7.0 || ^8.0
- symfony/options-resolver: ^6.4 || ^7.0 || ^8.0
Requires (Dev)
- composer/semver: ^3.4
- doctrine/coding-standard: ^14.0
- doctrine/data-fixtures: ^1.8 || ^2.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: ^4
- symfony/browser-kit: ^6.4 || ^7.0 || ^8.0
- symfony/form: ^6.4 || ^7.0 || ^8.0
- symfony/messenger: ^6.4 || ^7.0 || ^8.0
- symfony/phpunit-bridge: ^6.4.1 || ^7.0.1
- symfony/security-bundle: ^6.4 || ^7.0 || ^8.0
- symfony/stopwatch: ^6.4 || ^7.0 || ^8.0
- symfony/validator: ^6.4 || ^7.0 || ^8.0
- symfony/yaml: ^6.4 || ^7.0 || ^8.0
Suggests
- doctrine/data-fixtures: Load data fixtures
Provides
None
Conflicts
- doctrine/data-fixtures: <1.8 || >=3
Replaces
None
MIT 72a40244a4d4e13a54cb8d839ad73df4050b71e7
- Bulat Shakirzyanov <mallluhuct.woop@gmail.com>
- Kris Wallsmith <kris.woop@symfony.com>
- Jonathan H. Wage <jonwage.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-09 07:51:23 UTC
README
This bundle integrates the Doctrine2 MongoDB Object Document Mapper (ODM) library into Symfony so that you can persist and retrieve objects to and from MongoDB.
Documentation on how to install and use this bundle is available in the Symfony documentation.
Compatibility
The current version of this bundle has the following requirements:
- PHP 8.1 or newer is required
ext-mongodb1.21 or newer- Symfony 6.4 or newer is required
Support for older Symfony, PHP and MongoDB versions is provided via the 4.7.x
releases (tracked in the 4.7.x branch). This version sees bug and security fixes
only.
