PHPackages                             hi-folks/phpepub - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hi-folks/phpepub

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hi-folks/phpepub
================

Package to create and stream e-books in the ePub 2.0 and 3.0 formats.

v1.0.3(2y ago)511.5k↓18.8%1LGPL-2.1PHPPHP &gt;=8.1.0

Since Dec 20Pushed 2y agoCompare

[ Source](https://github.com/Hi-Folks/PHPePub)[ Packagist](https://packagist.org/packages/hi-folks/phpepub)[ Docs](https://github.com/Hi-Folks/PHPePub)[ RSS](/packages/hi-folks-phpepub/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (6)Versions (6)Used By (1)

PHP ePub generator
==================

[](#php-epub-generator)

PHPePub allows a php script to generate ePub Electronic books on the fly, and send them to the user as downloads.

PHPePub support most of the ePub 2.01 specification, and enough of the new ePub3 specification to make valid ePub 3 books as well. The original project was: Then the project was forkend into: And then we forked the project to update the codebase with a modern version of PHP. To do that we used RectorPHP to update automatically the codebase to PHP 8.1. Then we update the style according to PER standards .

Installation
------------

[](#installation)

```
composer require hi-folks/phpepub

```

Using PHPePub
-------------

[](#using-phpepub)

Finally, you include the `autoload.php` file in the new `vendor` directory.

```
