This app allows you to execute PHP scripts directly inside your Enfocus Switch flows using the PHP CLI, without requiring a web server.
You can run inline PHP code or external PHP scripts and use the output to update jobs, transform job data into a dataset, fetch remote data or anything else you think of.
Built-in validation ensures that your PHP syntax and configuration directives are checked before the flow runs.
The app supports custom PHP.ini directives and flexible routing options for both successful and error outcomes.
It provides a lightweight and powerful way to integrate PHP logic into your Switch workflows.