YAML examples for Blackfire PHP
Blackfire profiler for PHP applications
yaml- action: "Blackfire PHP" type: "BLACKFIRE_PHP" integration: "blackfire_integration" version: "8.2" scenario_path: ".blackfire.yml" shell: "SH" execute_commands: blackfire run php artisan test
Run Blackfire PHP CLI
yaml- action: "Run Blackfire PHP CLI" type: "BLACKFIRE_PHP" version: "latest" execute_commands: |- composer install blackfire run bin/console setup_commands: "apt-get update && apt-get -y install git" shell: "BASH" integration: "my_integration"