Skip to content

doctrine/DoctrineMongoDBBundle

Folders and files

NameName
Last commit message
Last commit date
Dec 18, 2024
Jan 29, 2025
Aug 30, 2024
Jan 29, 2025
Dec 22, 2023
Jan 29, 2025
May 5, 2024
Nov 30, 2020
Jan 28, 2021
Jan 2, 2016
Oct 1, 2024
Dec 22, 2023
Dec 18, 2024
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.