PHPackages                             tedvdb/ebooklib - 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. tedvdb/ebooklib

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

tedvdb/ebooklib
===============

eBookLib with OPDS Catalog 1.1 support.

0.1.4.2-beta(5y ago)146[2 issues](https://github.com/tedvdb/ebooklib/issues)[2 PRs](https://github.com/tedvdb/ebooklib/pulls)GPL-3.0-onlyPHPPHP &gt;=7.0.0

Since May 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tedvdb/ebooklib)[ Packagist](https://packagist.org/packages/tedvdb/ebooklib)[ RSS](/packages/tedvdb-ebooklib/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (3)Dependencies (15)Versions (11)Used By (0)

Installation
============

[](#installation)

- Get the source and dependencies to specified folder: `composer create-project tedvdb/ebooklib `
- Then in the root folder, copy .env.example to .env
- Create a mysql user and database for eBookLib and correct database settings in .env.
- Set the APP\_URL variable in the .env file.
- Make sure the webservice (or php process in case of php-fpm) has write permissions to the `/storage` folder.
- Then, init the database:

```
php artisan key:generate
php artisan migrate
php artisan db:seed

```

The installation is now complete.

First use
=========

[](#first-use)

- Add path to `search_paths` table (no GUI yet)
- Start first indexing action:

```
php artisan ebooks:reindex

```

Now you can navigate in the browser to the url you've configured, and login with the default username '' and the password 'secret'.

Filetypes
=========

[](#filetypes)

Currently only .epub and .mobi files are supported.

OPDS
====

[](#opds)

The library is now available in the url via OPDS1.1 protocol on `/opds/`. OPDS support is experimental! Anly basic authentication is implemented.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~158 days

Recently: every ~184 days

Total

7

Last Release

1956d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b134eb8e32f7a0ab9cbf83071bb2b77c968457f2f54d64321c2f46f0c6a51a04?d=identicon)[tedvdb](/maintainers/tedvdb)

---

Top Contributors

[![tedvdb](https://avatars.githubusercontent.com/u/1628614?v=4)](https://github.com/tedvdb "tedvdb (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

---

Tags

ebookepubOPDS

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tedvdb-ebooklib/health.svg)

```
[![Health](https://phpackages.com/badges/tedvdb-ebooklib/health.svg)](https://phpackages.com/packages/tedvdb-ebooklib)
```

###  Alternatives

[kiwilan/php-opds

PHP package to create OPDS feed for eBooks.

104.9k1](/packages/kiwilan-php-opds)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
