prhost / epub-php
Epub generator PHP
Fund package maintenance!
prhost
Installs: 294
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 2
Language:HTML
Requires
- php: ^8.0
- ext-dom: *
- ext-simplexml: *
- ext-zip: *
- nelexa/zip: ^4.0
- ramsey/uuid: ^4.4|^3.9
- symfony/filesystem: ^6.0
Requires (Dev)
- fakerphp/faker: ^1.20
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-03-01 00:38:43 UTC
README
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.