承接 ridibooks/epub 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ridibooks/epub

最新稳定版本:0.1.0

Composer 安装命令:

composer require ridibooks/epub

包简介

README 文档

README

Build Status

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

GitHub 信息

  • Stars: 2
  • Watchers: 11
  • Forks: 25
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-07-08