go/pkg/php
Snider e4d79ce952 feat(php): add quality commands and split cmd/php for maintainability
Add new PHP quality commands:
- psalm: Psalm static analysis with auto-fix support
- audit: Security audit for composer and npm dependencies
- security: Filesystem security checks (.env exposure, permissions)
- qa: Full QA pipeline with quick/standard/full stages
- rector: Automated code refactoring with dry-run
- infection: Mutation testing

Split cmd/php/php.go (2k+ lines) into logical files:
- php.go: Styles and command registration
- php_dev.go: dev, logs, stop, status, ssl
- php_build.go: build, serve, shell
- php_quality.go: test, fmt, analyse, psalm, audit, security, qa, rector, infection
- php_packages.go: packages link/unlink/update/list
- php_deploy.go: deploy commands

QA pipeline improvements:
- Suppress tool output noise in pipeline mode
- Show actionable "To fix:" suggestions with commands

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 23:58:03 +00:00
..
container.go feat(php): add container build support (Docker + LinuxKit) 2026-01-28 19:24:11 +00:00
container_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
coolify.go feat(php): add Coolify deployment integration 2026-01-28 19:39:04 +00:00
coolify_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
deploy.go feat(php): add Coolify deployment integration 2026-01-28 19:39:04 +00:00
deploy_internal_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
deploy_test.go feat(php): add Coolify deployment integration 2026-01-28 19:39:04 +00:00
detect.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
detect_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
dockerfile.go feat(php): add container build support (Docker + LinuxKit) 2026-01-28 19:24:11 +00:00
dockerfile_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
packages.go feat(php): add package management for local development 2026-01-28 19:33:55 +00:00
packages_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
php.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
php_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
quality.go feat(php): add quality commands and split cmd/php for maintainability 2026-01-29 23:58:03 +00:00
quality_extended_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
quality_test.go feat(php): add quality commands and split cmd/php for maintainability 2026-01-29 23:58:03 +00:00
services.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
services_extended_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
services_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
ssl.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
ssl_extended_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
ssl_test.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
testing.go feat(php): add testing and quality commands 2026-01-28 19:26:57 +00:00
testing_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00