Skip to main content

php_autoload_namespace

Function php_autoload_namespace 

Source
pub fn php_autoload_namespace(config: &ResolvedCrateConfig) -> String
Expand 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_rsHtml\\To\\Markdown\\Rs).