This skill automates the audit of PHP codebases against the 12-Factor App methodology, a set of industry-standard best practices for building modern, scalable, and maintainable software-as-a-service applications. It identifies critical architectural flaws such as hardcoded credentials, local filesystem dependencies, and environment-specific logic that hinder containerization and cloud deployment. By using specialized detection patterns and severity classifications, it helps developers transition legacy PHP applications into robust, cloud-ready services optimized for modern infrastructure like Docker, Kubernetes, and Heroku.
Características Principales
0147 GitHub stars
02Identifies illegal file-based state and local storage dependencies
03Provides clear severity ratings and compliant code refactoring examples
04Flags environment-specific conditionals that break dev/prod parity
05Detects hardcoded configuration and sensitive credentials in source code
06Audits logging practices to ensure compatibility with event streaming