PHP project health check
phpustik_doctorRun Composer, PHP lint, static analysis, style, security, and tests in one command. Get prioritized actionable reports with configurable severity thresholds and auto-fix support.
Instructions
Tek çağrıda composer, PHP runtime, statik analiz, stil, güvenlik ve test kontrollerini çalıştırır. Öncelikli, actionable bir rapor döner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | Otomatik düzeltilebilir olanları uygula. Varsayılan: false. | |
| json | No | Sadece structured JSON (text çıktıyı gizle). | |
| failOn | No | Bu seviyede ve üzerinde hata varsa overallStatus=fail. Varsayılan: high. | high |
| category | No | Hangi kategorileri çalıştır: all | security | quality | style. Varsayılan: all. | all |
| skipTests | No | PHPUnit atla (uzun sürer). Varsayılan: false. | |
| projectPath | No | Proje kökü (otomatik tespit edilir). | |
| phpstanLevel | No | PHPStan seviyesi. Varsayılan: max. | max |