# DoctrineMongoDBBundle **Repository Path**: mirrors_doctrine/DoctrineMongoDBBundle ## Basic Information - **Project Name**: DoctrineMongoDBBundle - **Description**: Integrates Doctrine MongoDB ODM with Symfony - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 5.7.x - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-05 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DoctrineMongoDBBundle ===================== This bundle integrates the [Doctrine2 MongoDB Object Document Mapper (ODM) library](https://github.com/doctrine/mongodb-odm) into Symfony so that you can persist and retrieve objects to and from MongoDB. [![Build Status](https://github.com/doctrine/DoctrineMongoDBBundle/workflows/Continuous%20Integration/badge.svg)](https://github.com/doctrine/DoctrineMongoDBBundle/actions) Documentation on how to install and use this bundle is available in the Symfony [documentation](http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html). Compatibility ============= The current version of this bundle has the following requirements: * PHP 8.1 or newer is required * `ext-mongodb` 1.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.