PHPackages                             justinrainbow/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. justinrainbow/epub

ActiveLibrary

justinrainbow/epub
==================

0.0.3(12y ago)51183.2k↓32.9%25[2 issues](https://github.com/justinrainbow/epub/issues)[1 PRs](https://github.com/justinrainbow/epub/pulls)MITPHPPHP &gt;=5.3.2

Since Feb 18Pushed 8y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

ePub lib for PHP - [![project status](https://camo.githubusercontent.com/7526af0072793affa29aa4172f717acf3926377a3b34dd24ce7c4da22d6a89d5/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f6a757374696e7261696e626f772f657075622e706e67)](https://camo.githubusercontent.com/7526af0072793affa29aa4172f717acf3926377a3b34dd24ce7c4da22d6a89d5/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f6a757374696e7261696e626f772f657075622e706e67) - [![Build Status](https://camo.githubusercontent.com/e3e3cc8fd9bb48bd100a6549363a3db8e81b1b218140e2a1c286b054b2ccb306/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6a757374696e7261696e626f772f657075622e706e67)](http://travis-ci.org/justinrainbow/epub)
===============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

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

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

[](#installation)

### Composer (preferred)

[](#composer-preferred)

Add `justinrainbow/epub` to your `composer.json` file.

```
{
    "require": {
        "justinrainbow/epub": "master-dev"
    }
}
```

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/justinrainbow/epub.git
```

After you have run the `bin/vendors install` script, add the following to your `autoload.php` file.

```
