2017 © Pedro Peláez
 

library ze-zf-doctrine-extensions

Zend Framework 2 module to use the DoctrineExtensions in https://github.com/ZeinEddin/DoctrineExtensions

image

zeineddin/ze-zf-doctrine-extensions

Zend Framework 2 module to use the DoctrineExtensions in https://github.com/ZeinEddin/DoctrineExtensions

  • Tuesday, March 3, 2015
  • by ZeinEddin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ZeZfDoctrineExtensions

Zend Framework 2 module to use the ZeDoctrineExtensions in https://github.com/ZeinEddin/ZeDoctrineExtensions, (*1)

Installation

The recommended way to install zeineddin/ze-zf-doctrine-extensions is through composer:, (*2)

  1. Add this project and ze-zf-doctrine-extensions in your composer.json:, (*3)

    "require": {
        "zeineddin/ze-zf-doctrine-extensions": "dev-master"
    }
    
  2. Now tell composer to download ze-doctrine-extensions by running the command:, (*4)

    $ php composer.phar update
    

Configuration

To start using the module you need to copy the file config/ze_zf_doctrine_extensions.global.php.dist. to your application's config/autoload directory and remove the .dist extension from the file name., (*5)

Then choose the right Doctrine Driver Config Key Name for the database you want., (*6)

The Versions

03/03 2015

dev-master

9999999-dev https://github.com/ZeinEddin/ZeZfDoctrineExtensions

Zend Framework 2 module to use the DoctrineExtensions in https://github.com/ZeinEddin/DoctrineExtensions

  Sources   Download

MIT

The Requires

 

zf2 module doctrine2 doctrine-orm-module doctrine-module