Documentation ¶ Overview ¶ Package php implements the PHP import extractor. Index ¶ func DepKey(_ string) string func Extract(body []byte, opts extract.Options) (extract.Result, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DepKey ¶ func DepKey(_ string) string DepKey is intentionally empty for PHP. Composer maps namespaces to packages via composer.json autoload sections — depusage can't resolve that without project-side data. Consumers (aegis, SBOM tooling) match Module against composer.lock metadata. func Extract ¶ func Extract(body []byte, opts extract.Options) (extract.Result, error) Extract runs the PHP import pass over body. Types ¶ This section is empty. Source Files ¶ View all Source files extract.gonormalize.go Click to show internal directories. Click to hide internal directories.