hans-thomas / common

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epubli Common Classes Library

Library of commonly used classes like tools and helpers.

Installation

In your composer.json include the following:

#!json
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/epubli/common.git"
        }
    ]
    "require": {
        "epubli/common": "dev-master"
    }
}

Then do:

#!shell

$ composer install

About


Languages

Language:PHP 100.0%