Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctrine/DoctrineORMModule
Doctrine ORM Module for Laminas
https://github.com/doctrine/DoctrineORMModule
dbal doctrine hacktoberfest laminas orm
Last synced: about 1 month ago
JSON representation
Doctrine ORM Module for Laminas
- Host: GitHub
- URL: https://github.com/doctrine/DoctrineORMModule
- Owner: doctrine
- License: mit
- Created: 2011-12-30T01:58:28.000Z (almost 13 years ago)
- Default Branch: 6.2.x
- Last Pushed: 2024-04-02T21:33:14.000Z (9 months ago)
- Last Synced: 2024-04-13T20:52:42.679Z (9 months ago)
- Topics: dbal, doctrine, hacktoberfest, laminas, orm
- Language: PHP
- Homepage: https://www.doctrine-project.org/projects/doctrine-orm-module.html
- Size: 1.63 MB
- Stars: 435
- Watchers: 58
- Forks: 232
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zendframework - DoctrineORMModule
- awesome-zf - DoctrineORMModule - Zend Framework 2 Module for Doctrine ORM. (Uncategorized / Uncategorized)
README
Doctrine ORM Module for Laminas
===============================[![Build Status](https://github.com/doctrine/DoctrineORMModule/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/DoctrineORMModule/actions/workflows/continuous-integration.yml?query=branch%3A4.4.x)
[![Code Coverage](https://codecov.io/gh/doctrine/DoctrineORMModule/branch/4.4.x/graph/badge.svg)](https://codecov.io/gh/doctrine/DoctrineORMModule/branch/4.4.x)
[![Latest Stable Version](https://poser.pugx.org/doctrine/doctrine-orm-module/v/stable.png)](https://packagist.org/packages/doctrine/doctrine-orm-module)
[![Total Downloads](https://poser.pugx.org/doctrine/doctrine-orm-module/downloads.png)](https://packagist.org/packages/doctrine/doctrine-orm-module)The DoctrineORMModule leverages [DoctrineModule](https://github.com/doctrine/DoctrineModule/) and integrates
[Doctrine ORM](https://github.com/doctrine/orm) with [Laminas](https://getlaminas.org/) quickly
and easily. The following features are intended to work out of the box:- Doctrine ORM support
- Multiple ORM entity managers
- Multiple DBAL connections
- Reuse existing PDO connections in DBAL connection## Installation
Run the following to install this library using [Composer](https://getcomposer.org/):
```bash
composer require doctrine/doctrine-orm-module
```## Documentation
Please check the [documentation on the Doctrine website](https://www.doctrine-project.org/projects/doctrine-orm-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).