• Stars
    star
    108
  • Rank 320,195 (Top 7 %)
  • Language
    PHP
  • Created about 12 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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"
        }
    ]