Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.06 KB

The VGMdb Library Commons

Extends the [Silex] 1 microframework to do the thing with the stuff.

Build Status Coverage Status

Installation

Create a composer.json file and use [Composer] 2 to install it:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "http://github.com/vgmdb/common"
        }
    ],
    "require": {
        "vgmdb/common": "dev-master"
    }
}

Developer Guidelines

Adhere to the [PSR-1] 3 and [PSR-2] 4 coding standards.

License

Licensed under the MIT license.