Documentation
¶
Overview ¶
Package php provides a concrete Cataloger implementation relating to packages within the PHP language ecosystem.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewComposerInstalledCataloger ¶ added in v0.71.0
NewComposerInstalledCataloger returns a new cataloger for PHP installed.json files.
func NewComposerLockCataloger ¶ added in v0.71.0
NewComposerLockCataloger returns a new cataloger for PHP composer.lock files.
func NewInterpreterCataloger ¶ added in v1.25.0
NewInterpreterCataloger returns a new cataloger for PHP interpreters (php and php-fpm) as well as any installed C extensions.
func NewPearCataloger ¶ added in v1.24.0
NewPearCataloger returns a new cataloger for PHP Pear metadata (including Pecl metadata).
func NewPeclCataloger ¶ added in v1.1.1
NewPeclCataloger returns a new cataloger for PHP Pecl metadata. Note: this will also catalog Pear metadata so should not be used in conjunction with the Pear Cataloger. Deprecated: please use NewPearCataloger instead.
Types ¶
This section is empty.