zeineddin / ze-zf-doctrine-extensions
Laminas module to use the DoctrineExtensions in https://github.com/ZeinEddin/DoctrineExtensions
Package info
github.com/ZeinEddin/ZeZfDoctrineExtensions
pkg:composer/zeineddin/ze-zf-doctrine-extensions
Requires
- php: >=7.4
- zeineddin/ze-doctrine-extensions: dev-master
This package is not auto-updated.
Last update: 2026-03-24 10:46:52 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:
-
Add this project and ze-zf-doctrine-extensions in your composer.json:
"require": { "zeineddin/ze-zf-doctrine-extensions": "dev-master" }
-
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.