php/.claude-plugin/plugin.json
Snider 4b24a6d186
Some checks failed
CI / PHP 8.4 (push) Failing after 1m51s
CI / PHP 8.3 (push) Failing after 2m4s
feat: add claude plugin for PHP/Laravel development
Skills: php, php-agent, laravel
API: route generation (TS/JS/OpenAPI from Laravel routes)
Hooks: auto-format PHP with Pint, debug statement warnings
2026-03-09 18:15:42 +00:00

18 lines
364 B
JSON

{
"name": "core-php",
"description": "PHP/Laravel development skills, API generation, and formatting",
"version": "0.1.0",
"author": {
"name": "Host UK",
"email": "hello@host.uk.com"
},
"license": "EUPL-1.2",
"skills": [
"skills/php",
"skills/php-agent",
"skills/laravel"
],
"commands": [
"api/commands/generate.md"
]
}