Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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;