A minimal PHP HTTP canary site that proves bigbase-deploy and big-release still work end-to-end for app_type: php.
Not a product — deliberately as small as possible.
composer install
php -S localhost:8080Visit http://localhost:8080.
| Action | Command |
|---|---|
| Run | php -S localhost:8080 |
| Test | composer test |
| Lint | composer lint |
| Preflight | composer lint && composer test |
index.php reads the VERSION file at request time and renders it into an HTML footer. tests/FooterTest.php covers the version-formatting logic.