cli/pkg/php
Snider 605ee023ca feat(php): add Coolify deployment integration
Commands:
- core php deploy - deploy to production
- core php deploy --staging - deploy to staging
- core php deploy:status - show deployment status
- core php deploy:rollback - rollback to previous
- core php deploy:list - list recent deployments

Features:
- Coolify API client
- Config from .env (COOLIFY_URL, TOKEN, APP_ID)
- Wait for deployment completion with --wait

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 19:39:04 +00:00
..
container.go feat(php): add container build support (Docker + LinuxKit) 2026-01-28 19:24:11 +00:00
coolify.go feat(php): add Coolify deployment integration 2026-01-28 19:39:04 +00:00
deploy.go feat(php): add Coolify deployment integration 2026-01-28 19:39:04 +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 feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
dockerfile.go feat(php): add container build support (Docker + LinuxKit) 2026-01-28 19:24:11 +00:00
dockerfile_test.go feat(php): add container build support (Docker + LinuxKit) 2026-01-28 19:24:11 +00:00
packages.go feat(php): add package management for local development 2026-01-28 19:33:55 +00:00
php.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
quality.go feat(php): add testing and quality commands 2026-01-28 19:26:57 +00:00
services.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
ssl.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +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