Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doctrine/DoctrineModule
- Owner: doctrine
- License: mit
- Created: 2011-12-30T01:44:19.000Z (almost 13 years ago)
- Default Branch: 6.2.x
- Last Pushed: 2024-08-15T01:03:19.000Z (3 months ago)
- Last Synced: 2024-10-30T03:36:01.847Z (17 days ago)
- Topics: doctrine, hacktoberfest, laminas
- Language: PHP
- Homepage: http://www.doctrine-project.org/projects/doctrine-module.html
- Size: 2.45 MB
- Stars: 398
- Watchers: 44
- Forks: 269
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zendframework - DoctrineModule
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).