OpdsParser.php
OPDS Catalog Parser Service
Parses OPDS (Open Publication Distribution System) feeds — the Atom-based catalog format used by the Global Digital Library and Bloom Library. Two feed flavours are handled:
- Navigation feeds: entries point at sub-feeds (languages, reading levels).
- Acquisition feeds: entries describe downloadable books (ePUB/PDF).
Pure parsing, no network or database access; the SSRF-guarded fetch lives in the client (GdlClient), mirroring RssParser's split.
PHP version 8.1
Tags
Table of Contents
Classes
- OpdsParser
- Parser for OPDS navigation and acquisition feeds.