mikespub / epubli-common
Collection of commonly used classes.
Installs: 1
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
pkg:composer/mikespub/epubli-common
Requires
- php: >=8.2
- myclabs/php-enum: ^1.8
Requires (Dev)
- phpunit/phpunit: ^11.5
This package is auto-updated.
Last update: 2025-10-03 10:34:09 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