Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctrine/DoctrineMongoODMModule
Laminas Module for Doctrine MongoDB ODM
https://github.com/doctrine/DoctrineMongoODMModule
doctrine hacktoberfest laminas mongo odm
Last synced: 5 days 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 (almost 13 years ago)
- Default Branch: 5.2.x
- Last Pushed: 2024-09-03T21:47:35.000Z (2 months ago)
- Last Synced: 2024-10-29T14:21:10.852Z (18 days 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
- awesome-zendframework - DoctrineMongoODMModule
README
# Doctrine MongoDB ODM Module for Laminas
[![Build Status](https://github.com/doctrine/DoctrineMongoODMModule/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/DoctrineMongoODMModule/actions/workflows/continuous-integration.yml?query=branch%3A5.0.x)
[![Code Coverage](https://codecov.io/gh/doctrine/DoctrineMongoODMModule/branch/5.0.x/graphs/badge.svg)](https://codecov.io/gh/doctrine/DoctrineMongoODMModule/branch/5.0.x)
[![Latest Stable Version](https://poser.pugx.org/doctrine/doctrine-mongo-odm-module/v/stable.png)](https://packagist.org/packages/doctrine/doctrine-mongo-odm-module)
[![Total Downloads](https://poser.pugx.org/doctrine/doctrine-mongo-odm-module/downloads.png)](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).