hans-thomas/common

Collection of commonly used classes.

v1.0.0 2022-08-19 13:25 UTC

This package is auto-updated.

Last update: 2024-04-28 11:55:56 UTC


README

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