This repository contains a phpDocumentor extension that provides Twig filters and functions for the phpdoc-backstage-markdown-theme. It leverages phpDocumentor’s extension-based features, which are currently only available in the nightly (unstable) release of phpDocumentor.
- phpDocumentor (Nightly/Unstable Release)
- Installation guide
- The extension framework in phpDocumentor is not yet available in the stable releases.
- phpdoc-backstage-markdown-theme
- Clone or download this repository:
git clone https://github.com/axelerant/phpdoc-backstage-markdown-extension.git
- Place the
phpdoc-backstage-markdown-extension
directory in your project’s.phpdoc/extensions
directory:
cp -R phpdoc-backstage-markdown-extension /path/to/your/project/.phpdoc/extensions/
Once installed, this extension will be available to phpDocumentor’s nightly builds, providing additional Twig filters and functions for use with phpdoc-backstage-markdown-theme.