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

ActiveLibrary

hans-thomas/epub
================

A PHP library for reading and manipulating contents and metadata of EPUB files.

v1.0.1(2y ago)01021MITPHPPHP &gt;=5.6

Since Aug 20Pushed 2y agoCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Epubli EPUB Library
===================

[](#epubli-epub-library)

PHP library for reading metadata, document structure, and plain text contents from EPUB files.

### Origin

[](#origin)

This PHP EPUB library is a fork of [splitbrain/php-epub-meta](https://github.com/splitbrain/php-epub-meta). The original code was changed quite a bit to fit our more conventional PHP coding standards in a symfony environment. Additional functionality includes reading the TOC/spine structure of EPUBs and extracting contents from contained XML files.

### Installation

[](#installation)

Using composer:

```
composer require hans-thomas/epub
```

### Usage

[](#usage)

```
