php-epub-meta icon indicating copy to clipboard operation
php-epub-meta copied to clipboard

Possibility to create/edit a custom meta tag?

Open giovanniciriello opened this issue 8 years ago • 1 comments

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

giovanniciriello avatar Oct 29 '17 09:10 giovanniciriello

I solved my problem. I simply created a method into epub.php like this: public function customMeta($downloader=false){ return $this->getset('dc:customMeta', $downloader); }

giovanniciriello avatar Oct 29 '17 10:10 giovanniciriello