Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 898 Bytes

index.rst

File metadata and controls

35 lines (26 loc) · 898 Bytes

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

.. toctree::
    :caption: Table of Contents

    user-guide
    developer-tools
    configuration
    cache
    migrations
    forms
    miscellaneous