Recommend this page to a friend! |
Classes of Emilio Sanchez | PHP ePub Generator Tool | README.md | Download |
|
DownloadPHP ePub generatorPHPePub 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 projects is also hosted on PHPClasses.org at the addresses: http://www.phpclasses.org/package/6115 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 http://www.phpclasses.org/package/6110 or on 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. InstallationImportAdd this requirement to your
ComposerIf you already have Composer installed, skip this part. Packagist, the main composer repository has a neat and very short guide. Or you can look at the guide at the Composer site. The easiest for first time users, is to have the composer installed in the same directory as your composer.json file, though there are better options. Run this from the command line:
This will check your PHP installation, and download the Once composer is installed you can create the
Followed by telling Composer to install the dependencies.
this will download and place all dependencies defined in your Finally, you include the
TODO:
|