Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 2.48 KB

index.rst

File metadata and controls

56 lines (47 loc) · 2.48 KB

Introduction

DoctrineModule provides a bridge between Laminas and Doctrine. It gives you access to features that can be used across Doctrine ORM as well as Doctrine MongoDB ODM. It provides an abstraction layer on top of DoctrineCommon which allows the end user to build functionality being completely unaware if he’s currently working with Doctrine ORM or Doctrine MongoDB ODM.

To use Doctrine ORM or ODM, you will need DoctrineORMModule or DoctrineMongoODMModule respectively.

Installation

Run the following to install this library using Composer:

$ composer require doctrine/doctrine-module

Next Steps

You can find more details about the features offered by DoctrineModule: