PHPackages                             dl-commons/dlc-doctrine - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. dl-commons/dlc-doctrine

ActiveLibrary[Database &amp; ORM](/categories/database)

dl-commons/dlc-doctrine
=======================

Some (abstract) classes and extensions for the Zend Framework 2 Module for Doctrine ORM.

014PHP

Since Apr 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/dlabas/DlcDoctrine)[ Packagist](https://packagist.org/packages/dl-commons/dlc-doctrine)[ RSS](/packages/dl-commons-dlc-doctrine/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

DlcDoctrine
===========

[](#dlcdoctrine)

Some (abstract) classes and extensions for the Zend Framework 2 Module for Doctrine ORM.

This module is currently under heavy development.

Requirements
------------

[](#requirements)

- [DlcBase](https://github.com/dlabas/DlcBase)
- [DoctrineModule](https://github.com/doctrine/DoctrineModule)
- [DoctrineORMModule](https://github.com/doctrine/DoctrineORMModule)

Installation
------------

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Install the [DlcBase](https://github.com/dlabas/DlcBase) ZF2 module by cloning it into `./vendor/`.
2. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project and [DlcDoctrine](https://github.com/dlabas/DlcDoctrine) in your composer.json:

    ```
    "require": {
        "dl-commons/dlc-doctrine": "dev-master"
    }
    ```
2. Now tell composer to download DlcDoctrine by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
