mikespub/epubli-common

Collection of commonly used classes.

1.0.0 2025-05-03 09:36 UTC

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