Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 776 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 776 Bytes

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