Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
/ epub-creator Public archive

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

Notifications You must be signed in to change notification settings

imaxwen/epub-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBook Creator via PHP

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;

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages