Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctrine/doctrinemongodbbundle
Integrates Doctrine MongoDB ODM with Symfony
https://github.com/doctrine/doctrinemongodbbundle
doctrine-odm mongodb symfony symfony-bundle
Last synced: 4 days ago
JSON representation
Integrates Doctrine MongoDB ODM with Symfony
- Host: GitHub
- URL: https://github.com/doctrine/doctrinemongodbbundle
- Owner: doctrine
- License: mit
- Created: 2011-04-21T21:01:02.000Z (almost 14 years ago)
- Default Branch: 5.0.x
- Last Pushed: 2024-10-22T10:34:43.000Z (3 months ago)
- Last Synced: 2024-10-29T15:21:28.028Z (3 months ago)
- Topics: doctrine-odm, mongodb, symfony, symfony-bundle
- Language: PHP
- Homepage: http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
- Size: 1.91 MB
- Stars: 382
- Watchers: 39
- Forks: 230
- Open Issues: 19
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
- Security: docs/security_bundle.rst
Awesome Lists containing this project
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.16 or newer
* Symfony 6.4 or newer is requiredSupport 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.