zeineddin/ze-zf-doctrine-extensions

Laminas module to use the DoctrineExtensions in https://github.com/ZeinEddin/DoctrineExtensions

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zeineddin/ze-zf-doctrine-extensions

dev-master 2024-08-15 18:28 UTC

This package is not auto-updated.

Last update: 2025-10-07 08:35:16 UTC


README

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

Installation

The recommended way to install zeineddin/ze-zf-doctrine-extensions is through composer:

  1. Add this project and ze-zf-doctrine-extensions in your composer.json:

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

    $ 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.

Then choose the right Doctrine Driver Config Key Name for the database you want.