Grandt/PHPePub - GitHub

PHPePub - PHP Classes for dunamically generating EPub files.

https://github.com/Grandt/PHPePub

Les articles publiés sur le site

  • Update EPub.php

    23 août 2014, par gubnota
    Update EPub.php
    
    missing capitalization letter for right Covering image
  • typos and a few additions.

    16 août 2014, par Grandt
    typos and a few additions.
    
    removeComments is probably a bit too aggressive now, need to test more.
  • Added function to remove html comments

    10 août 2014, par Grandt
    Added function to remove html comments
    
    Comments are normally ok, but not needed in ePub files. However,
    sometimes you have nested comments, and they are not allowed.
    The new function is fairly aggressive in the comment removal, it'll
    remove everything from the comment start (
  • Corrected examples to use composer.

    10 août 2014, par Grandt
    Corrected examples to use composer.
  • removed Zip version check

    10 août 2014, par Grandt
    removed Zip version check
    
    It is now handled implicitly by Composer