MMP icon indicating copy to clipboard operation
MMP copied to clipboard

Tool to versioning MySQL database schema with VCS

Build Status Coverage Status Dependency Status

If you have some questions, please email me [email protected].

Look at this short documentation: https://github.com/idler/MMP/wiki/Description.

To install MMP, add this to your composer.json:

    "require": {
        "mmp/mmp": "dev-master@dev"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/idler/MMP"
        }
    ]