Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
74% | Total: 4,632 | All time: 606 This week: 33 |
Version | License | PHP version | Categories | |||
epub 3.22 | GNU Lesser Genera... | 5.2 | PHP 5, Files and Folders, Content man... |
Description | Author | |||||||||||||||||||||||||
This class can be used to create create an ebook in EPUB format for Apple iPad and other ebook readers. Innovation Award
|
|
Drupal 7 project print
Looking for ePub package
Files (22) |
File | Role | Description | ||
---|---|---|---|---|
demo (7 files) | ||||
EPub.php | Class | Main class, 2.5x is backwards compatible with EPub 1.0, except for the createUUID function. | ||
EPubChapterSplitter.php | Class | HTML Splitter, can be used without EPub. It splits an (X)HTML file into an array of parts, splitting at either a set max size or at a search string (both regexp or plain text supported), while retaining the HTML structure across the split point. When using a search string, the matching HTML entity/line is returned as the parts' array key. | ||
EPub.NCX.php | Class | Structure holding NCX data | ||
EPub.OPF.php | Class | Structure holding OPF data | ||
EPub.HtmlEntities.php | Class | Utility class | ||
Zip.php | Class | Zip.php from my Zip class, added for convenience | ||
lib.uuid.php | Class | J. King's DrUUID class for UUID generation, required by EPub | ||
EPub.Example1.php | Example | Example file for generating book for download. | ||
EPub.Example2.php | Example | Example file for showing nested chapter levels. | ||
EPub.Example3.php | Example | Example script showing generation of an ePub 3 book | ||
EPub.ExampleSimple.php | Example | Example script showing the most basic steps needed to create a simple book | ||
EPub.ExampleImg.php | Example | Simple Example showing only image import features | ||
Logger.php | Example | Used by the example scripts | ||
lib.uuid.LICENCE.txt | Doc. | LICENCE file for J. King's DrUUID class for UUID generation | ||
lib.uuid.manual.html | Doc. | Documentation for J. King's DrUUID class for UUID generation |
Files (22) | / | demo |
File | Role | Description |
---|---|---|
512x700.jpg | Data | Used by example scripts |
512x700_1.jpg | Data | Used by example scripts |
512x700_2.jpg | Data | Used by example scripts |
512x700_3.jpg | Data | Used by example scripts |
512x700_g1.gif | Data | Auxiliary data |
cover-image.jpg | Data | Demo image |
DemoInlineImage.jpg | Data | Used by example scripts |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
epub-2014-09-21.zip 553KB | |
epub-2014-09-21.tar.gz 547KB | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
Zip | .zip .tar.gz | ePub's are Zip archives, this class is needed to generate those. Zip is a small, easy to use Zip archive creator. | Required |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
User Ratings | User Comments (4) | |||||||||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
This project on GitHub |
Optional donations via PayPal. |
Pages that reference this package |
I found a class to create EPUB, see if it can help you? |