mikespub / epubli-common
Collection of commonly used classes.
1.0.0
2025-05-03 09:36 UTC
Requires
- php: >=8.2
- myclabs/php-enum: ^1.8
Requires (Dev)
- phpunit/phpunit: ^11.5
This package is auto-updated.
Last update: 2025-05-03 09:41:31 UTC
README
Library of commonly used classes like tools and helpers.
Installation
In your composer.json include the following:
#!json
{
"require": {
"mikespub/epubli-common": "^1.0"
}
}
Then do:
#!shell
$ composer install