Skip to content

PHP

  • Status: Planned
  • Last verified: 2026-02-23
  • Data source: apps/docs/src/data/language-support.yaml (php)

Wave 2 companion repo delivery will publish executable Composer/PHPUnit quickstart steps. Current canonical bootstrap path remains Node-based.

npx @lumenflow/cli@3.2.0
software_delivery:
  gates:
    execution:
      preset: php

Preset commands from packages/@lumenflow/core/src/gates-presets.ts:

composer install
vendor/bin/php-cs-fixer fix --dry-run --diff
vendor/bin/phpstan analyse
vendor/bin/phpunit
pnpm wu:prep --id WU-EXAMPLE