Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 814 Bytes

File metadata and controls

24 lines (20 loc) · 814 Bytes

#FatFramework

Build Status Scrutinizer Code Quality License: GPL v3

Installing

Add this to your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/FATCHIP-GmbH/fat-php-framework"
        }
    ],
    "require": {
        "FATCHIP-GmbH/fat-php-framework": "dev-master"
    }
}