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
No description provided
Readme 154 KiB
2021-04-28 20:20:48 +02:00
Languages
PHP 100%