·php-database

Beherrschung der PHP-Datenbank – PDO, Eloquent, Doctrine, Abfrageoptimierung und Migrationen

14Installationen·1Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-php --skill php-database

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% |

Beherrschung der PHP-Datenbank – PDO, Eloquent, Doctrine, Abfrageoptimierung und Migrationen Quelle: pluginagentmarketplace/custom-plugin-php.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-php --skill php-database
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist php-database?

Beherrschung der PHP-Datenbank – PDO, Eloquent, Doctrine, Abfrageoptimierung und Migrationen Quelle: pluginagentmarketplace/custom-plugin-php.

Wie installiere ich php-database?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-php --skill php-database Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/pluginagentmarketplace/custom-plugin-php