https://github.com/splitbrain/php-epub-meta
A PHP library to read and write EPub meta data
https://github.com/splitbrain/php-epub-meta
epub php php-library
Last synced: 7 months ago
JSON representation
A PHP library to read and write EPub meta data
- Host: GitHub
- URL: https://github.com/splitbrain/php-epub-meta
- Owner: splitbrain
- License: mit
- Created: 2012-01-20T18:06:42.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-07-16T19:38:36.000Z (over 9 years ago)
- Last Synced: 2025-03-29T00:21:38.360Z (11 months ago)
- Topics: epub, php, php-library
- Language: PHP
- Homepage:
- Size: 1000 KB
- Stars: 58
- Watchers: 5
- Forks: 18
- Open Issues: 10
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
====== PHP EPub Meta ======
This project aims to create a PHP class for reading and writing metadata
included in the EPub ebook format.
It also includes a very basic web interface to edit book metadata.
Please see the issue tracker for what's missing.
Forks and pull requests welcome.
===== About the EPub Manager Web Interface =====
The manager expects your ebooks in a single flat directory (no subfolders). The
location of that directory has to be configured at the top of the index.php file.
All the epubs need to be read- and writable by the webserver.
The manager also makes some assumption on how the files should be named. The
format is: "-.epub". Commas will be replaced by __ and
spaces are replaced by _.
Note that the manager will RENAME your files to that form when saving.
Using the "Lookup Book Data" link will open a dialog that searches the book at
Google Books you can use the found data using the "fill in" and "replace"
buttons. The former will only fill empty fields, while the latter will replace
all data. Author filling is missing currently.