Generates optimized, multi-stage Dockerfiles and CI configurations specifically for PHP applications.
This skill automates the creation of production-grade Docker environments for PHP projects, featuring multi-stage builds that separate dependency management, testing, and runtime stages. It provides tailored configurations for production (optimized for size and performance), CI (optimized for speed and coverage), and development (optimized for hot-reloading), ensuring consistent environments across the entire software development lifecycle. By adhering to security best practices like non-root user execution and minimal base images, it helps developers deploy secure, high-performance PHP containers with minimal manual effort.