Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imaxwen/epub-creator
Create EPUB file by php . simple to use, you should only commit your book data and chapter data. Here is a complete demo in demo.php
https://github.com/imaxwen/epub-creator
Last synced: 2 months ago
JSON representation
Create EPUB file by php . simple to use, you should only commit your book data and chapter data. Here is a complete demo in demo.php
- Host: GitHub
- URL: https://github.com/imaxwen/epub-creator
- Owner: imaxwen
- Created: 2013-07-10T06:39:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T02:44:18.000Z (about 9 years ago)
- Last Synced: 2023-09-09T06:45:40.648Z (over 1 year ago)
- Language: PHP
- Size: 104 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eBook Creator via PHP
==================- Author: Max.wen
- Email : [email protected]### Create EPUB file by php .
simple to use, you should only commit your book data and chapter data. Here is a complete demo in `demo.php`
`Epub.class.php`
- Provides a number of public methods to initialize epub;`EpubCore.class.php`
- Create core files (like opf and ncx file) and register chapter files. Also provides methods to pack these files;`EpubPacker.class.php`
- Create Chapter HTML files and pack the epub file;`EpubZip.class.php`
- This class is one of the CodeIgniter libraries. Only a few changes, in order to ensure a perfect combination Epubpacker use.Note : you can use this tool to pack your data to a standard epub book file , whether these data were stored in your database or text files;