Just a package to facilitate Epub generation. I didn't find any good.
You can install the package via composer:
composer require prhost/epub-php
$epub = new Prhost\Epub\Epub('Title Epub');
composer test
or
php vendor/bin/phpunit
The MIT License (MIT). Please see License File for more information.