https://github.com/doctrine/doctrinemongoodmmodule
Laminas Module for Doctrine MongoDB ODM
https://github.com/doctrine/doctrinemongoodmmodule
doctrine hacktoberfest laminas mongo odm
Last synced: 6 months 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.2.x
- Last Pushed: 2024-09-03T21:47:35.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:21:10.852Z (11 months ago)
- Topics: doctrine, hacktoberfest, laminas, mongo, odm
- Language: PHP
- Homepage: https://www.doctrine-project.org/projects/doctrine-mongo-odm-module.html
- Size: 693 KB
- Stars: 83
- Watchers: 20
- Forks: 87
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
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).