tizis/phpepub

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Maintainers

Details

github.com/tizis/PHPePub

Source

Installs: 1 449

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 76

v6.0.1 2021-08-30 08:39 UTC

This package is auto-updated.

Last update: 2022-11-29 02:56:06 UTC


README

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.

PHPePub is meant to be easy to use for small projects, and still allow for comples and complete e-books should the need arise.

The Zip.php class in this project originates from Github: git://github.com/Grandt/PHPZip.git

See the examples for example usage. The php files have "some" doumentation in them in the form of Javadoc style function headers.

Installation

Add this requirement to your composer.json file:

    "tizis/phpepub": ">=5.0.0"