Adding php_codegen library as a dependency

Run this command in a terminal, in your project's directory:

cargo add php_codegen

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

php_codegen = "0.4.0"

The php_codegen library will be automatically available globally. Read the php_codegen library documentation.

Back to the crate overview.