Skip to content

vgmdb/common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.