PHPackages                             bookeenweb/opds-parser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. bookeenweb/opds-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

bookeenweb/opds-parser
======================

Parse OPDS XML

1.1.3(7y ago)0186[2 issues](https://github.com/BOOKEEN/opds-parser/issues)1MITPHPPHP &gt;=5.5.9

Since Aug 8Pushed 7y ago4 watchersCompare

[ Source](https://github.com/BOOKEEN/opds-parser)[ Packagist](https://packagist.org/packages/bookeenweb/opds-parser)[ RSS](/packages/bookeenweb-opds-parser/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (1)

OPDS-parser
===========

[](#opds-parser)

PHP Parser ODPS compliant. This library is intended to parse OPDS feeds. Feed examples :

-
-
-

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require bookeenweb/opds-parser
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

```
use OpdsBundle\Business\OpdsParserBusiness;

...

/**
 * @var OpdsParserBusiness
 */
private $odpsParser;

public function __construct()
{
    $this->odpsParser = new OpdsParserBusiness();
    ...
}

```

Step 2: How to use
------------------

[](#step-2-how-to-use)

- parseFile : read an OPDS feed from a file
- parseURL : read an OPDS feed from an url
- parseSearchUrl : *application/opensearchdescription+xml* feed parser. Retrieve search urls

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 89.8% 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 ~7 days

Total

6

Last Release

2803d ago

Major Versions

v0.1.1 → v1.0.02018-08-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/8737eaf694f17c97ea3587a8f75f7e77cff2a25b1476841971aff74bb86c1a70?d=identicon)[bookeenstore](/maintainers/bookeenstore)

---

Top Contributors

[![MelBookeen](https://avatars.githubusercontent.com/u/13571501?v=4)](https://github.com/MelBookeen "MelBookeen (53 commits)")[![tgachet](https://avatars.githubusercontent.com/u/22431057?v=4)](https://github.com/tgachet "tgachet (6 commits)")

---

Tags

OPDSbookeen

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bookeenweb-opds-parser/health.svg)

```
[![Health](https://phpackages.com/badges/bookeenweb-opds-parser/health.svg)](https://phpackages.com/packages/bookeenweb-opds-parser)
```

###  Alternatives

[mtdowling/jmespath.php

Declaratively specify how to extract elements from a JSON document

2.0k472.8M135](/packages/mtdowling-jmespathphp)[opis/closure

A library that can be used to serialize closures (anonymous functions) and arbitrary data.

2.6k230.0M284](/packages/opis-closure)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[michelf/php-markdown

PHP Markdown

3.5k52.4M345](/packages/michelf-php-markdown)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)

PHPackages © 2026

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