mikespub/epubli-common

Collection of commonly used classes.

Maintainers

Package info

github.com/mikespub-org/epubli-common

Homepage

pkg:composer/mikespub/epubli-common

Statistics

Installs: 1

Dependents: 1

Suggesters: 0

Stars: 0

1.0.0 2025-05-03 09:36 UTC

This package is auto-updated.

Last update: 2026-03-03 11:19:34 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