https://github.com/doctrine/DoctrineMongoODMModule
Laminas Module for Doctrine MongoDB ODM
https://github.com/doctrine/DoctrineMongoODMModule
doctrine hacktoberfest laminas mongo odm
Last synced: about 1 month ago
JSON representation
Laminas Module for Doctrine MongoDB ODM
- Host: GitHub
- URL: https://github.com/doctrine/DoctrineMongoODMModule
- Owner: doctrine
- License: mit
- Created: 2012-01-13T03:51:43.000Z (over 13 years ago)
- Default Branch: 5.4.x
- Last Pushed: 2025-01-28T09:26:06.000Z (4 months ago)
- Last Synced: 2025-04-19T09:55:55.521Z (about 2 months ago)
- Topics: doctrine, hacktoberfest, laminas, mongo, odm
- Language: PHP
- Homepage: https://www.doctrine-project.org/projects/doctrine-mongo-odm-module.html
- Size: 698 KB
- Stars: 81
- Watchers: 18
- Forks: 85
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zendframework - DoctrineMongoODMModule
README
# Doctrine MongoDB ODM Module for Laminas
[](https://github.com/doctrine/DoctrineMongoODMModule/actions/workflows/continuous-integration.yml)
[](https://app.codecov.io/gh/doctrine/DoctrineMongoODMModule)
[](https://packagist.org/packages/doctrine/doctrine-mongo-odm-module)
[](https://packagist.org/packages/doctrine/doctrine-mongo-odm-module)The DoctrineMongoODMModule leverages [DoctrineModule](https://github.com/doctrine/DoctrineModule/) and integrates
[Doctrine MongoDB ODM](https://github.com/doctrine/mongodb-odm) with [Laminas](https://getlaminas.org/) quickly
and easily. The following features are intended to work out of the box:- MongoDB support
- Multiple document managers
- Multiple connections
- Support for using existing `Mongo` connections
- Doctrine CLI support## Installation
Run the following to install this library using [Composer](https://getcomposer.org/):
```bash
composer require doctrine/doctrine-mongo-odm-module
```## Documentation
Please check the [documentation on the Doctrine website](https://www.doctrine-project.org/projects/doctrine-mongo-odm-module.html)
for more detailed information on features provided by this component. The source files for the documentation can be
found in the [docs directory](./docs/en).