hans-thomas / common
Collection of commonly used classes.
v1.0.0
2022-08-19 13:25 UTC
Requires
- php: >=5.6
- myclabs/php-enum: ^1.6
Requires (Dev)
- phpunit/phpunit: >=5.0
This package is auto-updated.
Last update: 2024-12-28 13:34:14 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