What problem does it solve?
This Skill provides comprehensive guidance and code examples for developing modern PHP applications, focusing on secure backend development, database integration, and RESTful API creation.
Core Features & Use Cases
- PHP 8.0+ Development: Leverage modern language features for cleaner, more efficient code.
- PDO Database Integration: Securely connect to and interact with MySQL/MariaDB databases using prepared statements and transactions.
- RESTful API Development: Design and implement robust API endpoints with proper request handling, response formatting, and middleware.
- Security Best Practices: Implement essential security measures like password hashing, input validation, and CSRF protection.
- XAMPP Configuration: Set up and configure your local development environment using XAMPP.
Quick Start
Use the php-development skill to create a new PDO database connection class for a MySQL database.