ridibooks/epub
最新稳定版本:0.1.0
Composer 安装命令:
composer require ridibooks/epub
包简介
README 文档
README
Installation
Composer (preferred)
Add ridibooks/epub to your composer.json file.
{ "require": { "ridibooks/epub": "dev-master" } }
Then just run the composer.phar install (or composer.phar update if
you added this to an existing composer.json file).
wget http://getcomposer.org/composer.phar php composer.phar install
Symfony2 Deps
Add the following to your deps file
[epub] git=http://github.com/ridi/epub.git
After you have run the bin/vendors install script, add the following
to your autoload.php file.
<?php $loader->registerNamespaces(array( // ... other namespaces ... 'ePub' => __DIR__.'/../vendor/epub/src' ));
Usage
<?php $reader = new \ePub\Reader(); $epub = $reader->load('my-book.epub'); printf("Title: %s\n", $epub->getMetadata()->get('title'));
Resources
统计信息
- 总下载量: 17.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-08