seblucas/php-epub-meta
最新稳定版本:1.0.1
Composer 安装命令:
composer require seblucas/php-epub-meta
包简介
Reading and writing metadata included in the EPub ebook format
关键字:
README 文档
README
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: <Author file-as>-<Title>.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.
Installing via Composer
You can use this package in your projects with Composer. Just
add these lines to your project's composer.json:
"require": {
"seblucas/php-epub-meta": "dev-master",
}
统计信息
- 总下载量: 6.9k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-07-01