Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 862 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 862 Bytes

[Working in progress] Epub Generator

Latest Version on Packagist Total Downloads


Just a package to facilitate Epub generation. I didn't find any good.

Installation

You can install the package via composer:

composer require prhost/epub-php

Usage

$epub = new Prhost\Epub\Epub('Title Epub');

Testing

composer test

or

php vendor/bin/phpunit

Credits

License

The MIT License (MIT). Please see License File for more information.