pub fn php_autoload_namespace(config: &ResolvedCrateConfig) -> StringExpand description
Get the PHP Composer autoload namespace.
If [crates.php] namespace is configured, uses that verbatim.
Otherwise, derives the namespace from the extension name (e.g. html_to_markdown_rs → Html\\To\\Markdown\\Rs).