Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.17 KB

DoctrineModule for Zend Framework 2 Master Branch Build Status

DoctrineModule provides basic functionality consumed by DoctrineORMModule (if you want to use Doctrine ORM) and DoctrineMongoODMModule (if you want to use MongoDB ODM)

Documentation

Please check the docs dir for more detailed documentation on the features provided by this module.

Installation

Installation of DoctrineModule uses composer. For composer documentation, please refer to getcomposer.org.

php composer.phar require doctrine/doctrine-module
# when asked for a version, type `0.*`

Then add `DoctrineModule` to your `config/application.config.php``

Installation without composer is not officially supported, and requires you to install and autoload
the dependencies specified in the `composer.json`.