sphinxcontrib-phpdomain 0.15.2


pip install sphinxcontrib-phpdomain

  Latest version

Released: Mar 25, 2026


Meta
Author: Mark Story, Michael Voříšek
Requires Python: >=3.13.5

Classifiers

Environment
  • Console
  • Web Environment

Framework
  • Sphinx :: Domain

Intended Audience
  • Developers

Operating System
  • OS Independent

Programming Language
  • Python

Topic
  • Documentation
  • Utilities
Author:

Mark Story <mark at mark-story.com>

Author:

Michael Voříšek

About

A domain for sphinx >= 1.3 that provides language support for PHP.

PHP Domain supports following objects:

  • Global variable

  • Global function

  • Constant

  • Namespaces

  • Class

    • Class constant

    • Instance methods

    • Static methods

    • Properties

  • Enum

  • Exceptions

See Usage Example in the documentation for information about how to use it.

URLs

PyPI:

https://pypi.python.org/pypi/sphinxcontrib-phpdomain

Documentation:

https://markstory.github.io/sphinxcontrib-phpdomain/

Install

You can install the phpdomain using pip:

pip install -U sphinxcontrib-phpdomain
Extras: None
Dependencies:
sphinx (<10.0,>=1.3)