Download the PHP package aadutskevich/epub without Composer
On this page you can find all versions of the php package aadutskevich/epub. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aadutskevich/epub
More information about aadutskevich/epub
Files in aadutskevich/epub
Package epub
Short Description Package to create and stream e-books in the ePub 2.0 and 3.0 formats.
License LGPL-2.1
Informations about the package epub
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.
Installation
Import
Add this requirement to your composer.json
file:
Composer
If 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 composer.phar
, which is the composer binary. This file is not needed on the server though.
Once composer is installed you can create the composer.json
file to import this package.
Followed by telling Composer to install the dependencies.
this will download and place all dependencies defined in your composer.json
file in the vendor
directory.
Finally, you include the autoload.php
file in the new vendor
directory.
All versions of epub with dependencies
grandt/phpresizegif Version ~1.0.3
grandt/relativepath Version ~1.0.1