Getting started¶
Sphinx Inventory Parser is PHP library to parse Sphinx documentation’s object inventory file format as used by intersphinx. It is loosely inspired from sphobjinv, whose documentation have also been very useful by describing the Sphinx objects.inv v2 Syntax.
Requirements¶
The only requirement is PHP >= 7.4 with Zlib extension (usually included).
Installation¶
This library is available on packagist and can be installed via composer:
composer require club-1/sphinx-inventory-parser
See Usage section for usage examples.