Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/doctrine/DoctrineModule

Doctrine Module for Laminas
https://github.com/doctrine/DoctrineModule

doctrine hacktoberfest laminas

Last synced: 5 days ago
JSON representation

Doctrine Module for Laminas

Awesome Lists containing this project

README

        

# DoctrineModule for Laminas

[![Build Status](https://github.com/doctrine/DoctrineModule/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/DoctrineModule/actions/workflows/continuous-integration.yml?query=branch%3A5.3.x)
[![Code Coverage](https://codecov.io/gh/doctrine/DoctrineModule/branch/5.3.x/graphs/badge.svg)](https://codecov.io/gh/doctrine/DoctrineModule/branch/5.3.x)
[![Latest Stable Version](https://poser.pugx.org/doctrine/doctrine-module/v/stable.png)](https://packagist.org/packages/doctrine/doctrine-module)
[![Total Downloads](https://poser.pugx.org/doctrine/doctrine-module/downloads.png)](https://packagist.org/packages/doctrine/doctrine-module)

DoctrineModule provides basic functionality consumed by
[DoctrineORMModule](http://www.github.com/doctrine/DoctrineORMModule)
(if you want to use [Doctrine ORM](https://github.com/doctrine/orm))
and [DoctrineMongoODMModule](https://github.com/doctrine/DoctrineMongoODMModule)
(if you want to use [Doctrine MongoDB ODM](https://github.com/doctrine/mongodb-odm)).

## Installation

Run the following to install this library using [Composer](https://getcomposer.org/):

```bash
composer require doctrine/doctrine-module
```

## Documentation

Please check the [documentation on the Doctrine website](https://www.doctrine-project.org/projects/doctrine-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).