php-database
✓PHP database mastery - PDO, Eloquent, Doctrine, query optimization, and migrations
Installation
SKILL.md
Comprehensive skill for PHP database interactions covering PDO, ORM patterns, query optimization, schema design, and migrations.
| N+1 queries | Debugbar shows 100+ queries | Use eager loading with() | | Slow queries | Query > 1 second | Add indexes, run EXPLAIN | | Deadlocks | "Deadlock found" error | Implement retry logic | | Memory exhaustion | Memory limit error | Use chunk() or cursor() |
| Prepared statements | 100% | | N+1 prevention | 100% | | Index recommendations | ≥95% | | Transaction safety | 100% |
PHP database mastery - PDO, Eloquent, Doctrine, query optimization, and migrations Source: pluginagentmarketplace/custom-plugin-php.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-php --skill php-database- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is php-database?
PHP database mastery - PDO, Eloquent, Doctrine, query optimization, and migrations Source: pluginagentmarketplace/custom-plugin-php.
How do I install php-database?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-php --skill php-database Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/pluginagentmarketplace/custom-plugin-php
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01