https://github.com/doctrine/doctrineormmodule
Doctrine ORM Module for Laminas
https://github.com/doctrine/doctrineormmodule
dbal doctrine hacktoberfest laminas orm
Last synced: 15 days 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 (over 13 years ago)
- Default Branch: 6.4.x
- Last Pushed: 2025-01-28T09:33:10.000Z (3 months ago)
- Last Synced: 2025-04-10T08:33:40.481Z (18 days ago)
- Topics: dbal, doctrine, hacktoberfest, laminas, orm
- Language: PHP
- Homepage: https://www.doctrine-project.org/projects/doctrine-orm-module.html
- Size: 1.69 MB
- Stars: 441
- Watchers: 55
- Forks: 229
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
Doctrine ORM Module for Laminas
===============================[](https://github.com/doctrine/DoctrineORMModule/actions/workflows/continuous-integration.yml)
[](https://app.codecov.io/gh/doctrine/DoctrineORMModule)
[](https://packagist.org/packages/doctrine/doctrine-orm-module)
[](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).