Skip to content

doctrine/DoctrineMongoDBBundle

4.7.x
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Add Symfony 6.3 to the test matrix

* Introduce DocumentValueResolver and MapDocument
294b0fb

Git stats

Files

Permalink
Failed to load latest commit information.

DoctrineMongoDBBundle

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.

Build Status

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 7.4 or newer is required
  • ext-mongodb 1.5 or newer
  • Symfony 5.4 or newer is required

Support for older Symfony, PHP and MongoDB versions is provided via the 3.0.x releases (tracked in the 3.0 branch). This version sees bug and security fixes only.