PHPackages                             sayyid2112/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. [File &amp; Storage](/categories/file-storage)
4. /
5. sayyid2112/epub

ActiveLibrary[File &amp; Storage](/categories/file-storage)

sayyid2112/epub
===============

v0.0.6(3y ago)1227MITPHPPHP &gt;=5.3.2

Since Feb 18Pushed 3y agoCompare

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

READMEChangelogDependenciesVersions (6)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": {
        "sayyid2112/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/sayyid2112/epub.git
```

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

```
