php-epub-meta
php-epub-meta copied to clipboard
A PHP library to read and write EPub meta data
If I run Cover() on an EPUB3 I cannot get the cover file name
Hi, great lib, very usefull to me. Im wondering how to get the number of pages of the book file?
Hi. I'm looking for a way to write and read a custom meta tag in my epub files. For example: `$epub->set("publishYear", "2017");` `$epub->get("publishYear");` Thanks in advice
This refactors the whole library to be much cleaner and improves testing a lot. @seblucas @mbirth it would be very helpful if you could go through this branch and see...
It would be nice if missing data could be automatically fetched from Amazon.
probably using java script to add more authors
People might want to organize books in folders.
Maybe via JavaScript in the Webinterface
A simple way to automatically rename files after their metadata has been updated would be nice
Hi, https://github.com/splitbrain/php-epub-meta/blob/4fc37ad6e165e440d62611e211b5c63a9f288de1/index.php#L59-L60 allows an attacker to trigger a HTTP(S)-request to an arbitrary target via `file_get_contents`. This includes things like localhost. This is a vulnerability called Server-Side Request Forgery (SSRF). SSRF...