You are browsing a version that has not yet been released. |
Introduction
The DoctrineORMModule leverages DoctrineModule and integrates Doctrine ORM with Laminas 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:
$ composer require doctrine/doctrine-orm-module
Next Steps
- User Guide: general introduction.
- Developer Tools: setting up Laminas Developer Tools.
- Configuration: learn how to configure DoctrineORMModule.
- Caching: learn how to configure caches.
- Migrations: learn how to use database migrations.
- Laminas Forms: learn about custom Laminas form elements.
- Laminas Forms: learn about authentication and custom DBAL types.