DoctrineMezzioModule
Simple integration of doctrine into mezzio applications.
Getting Started
You'll have to add the VCS to your global composer config.json:
$ cat ~/.composer/config.json
{
"config": {},
"repositories": [
{
"type": "vcs",
"url": "https://gogs.ragnarok.yvan.hu/yvan/doctrine-mezzio-module.git"
}
]
}
Install the module in your existing mezzio application with composer:
$ composer require yvan/doctrine-mezzio-module --stability=dev
Description
Upstream compatibility fix
Latest
Languages
PHP
100%