Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 708 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 708 Bytes

phpepub

简介

使用PHP创建epub电子书

目标

我们的目的是希望更多的资源可以在移动端体验良好地访问。这个开源项目,方便更多的网站实现这个目标。

备注

epub介绍:http://idpf.org/epub
zip class : http://www.phpclasses.org/package/6110

升级

  1. 重新整理了章的创建方式,使用新的类:Epub_Chapter来管理章和目录
  2. 增加了二级目录

example

  1. sample/sample.php

fix bugs

  1. html file DOCTYPE should be absolutely if not district, when using epub2pdf it will throw Exception and convert fail.