Skip to main content

Configuration

This page contains the configuration options available for the plugin.

PHP interpreter

The PHP interpreter binary used to run generated code.

Default value: None (uses the php program if available in the system PATH)

In your build.sbt:

build.sbt
phpBinary := Some("/path/to/php")