hans-thomas/common

Collection of commonly used classes.

Installs: 77

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

pkg:composer/hans-thomas/common

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

This package is auto-updated.

Last update: 2025-09-28 15:22:15 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