I wanna edit epub file content in PHP to erase some text from begging of the ebook. I have tried some libraries with no success.
https://github.com/Grandt/PHPePub
https://github.com/Vaporbook/BookGluttonEpub
https://sourceforge.net/projects/oplsepublibrary
They can edit authors, isbn, description, creator, cover, etc., or create new epub file, or open epub file, but I haven't found some solution for editing content.
Do you know some easy way how to do it?