Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).