Skip to content

doctrine/DoctrineMongoDBBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0a1b43 · Apr 8, 2025
Mar 24, 2025
Jan 29, 2025
Mar 21, 2025
Mar 21, 2025
Dec 22, 2023
Mar 21, 2025
Mar 7, 2025
Nov 30, 2020
Jan 28, 2021
Jan 2, 2016
Oct 1, 2024
Dec 22, 2023
Apr 8, 2025
Dec 22, 2023
Jan 29, 2025
Dec 8, 2024
Dec 22, 2023

Repository files navigation

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 8.1 or newer is required
  • ext-mongodb 1.16 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.