PHPackages                             ridibooks/epub - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ridibooks/epub

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ridibooks/epub
==============

0.1.0(6y ago)217.7k4MITPHP

Since Feb 18Pushed 6y ago11 watchersCompare

[ Source](https://github.com/ridi/epub)[ Packagist](https://packagist.org/packages/ridibooks/epub)[ RSS](/packages/ridibooks-epub/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (7)Versions (9)Used By (0)

ePub lib for PHP
================

[](#epub-lib-for-php)

[![Build Status](https://camo.githubusercontent.com/21649af5faaf9d8224924542cb27687fe96ac9d3ddeabf3bf99d511987ccdc2a/68747470733a2f2f7472617669732d63692e6f72672f726964692f657075622e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ridi/epub)

Installation
------------

[](#installation)

### Composer (preferred)

[](#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

[](#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.

```
