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
Requires
- php: >=5.6
- myclabs/php-enum: ^1.6
Requires (Dev)
- phpunit/phpunit: >=5.0
This package is auto-updated.
Last update: 2025-10-28 15:28:08 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