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