PHPocalypse
Enables PHP developers to run static analysis, code style checks, and tests directly within conversations by executing PHPStan, PHP-CS-Fixer, and PHPUnit commands through a YAML-configured TypeScript server.
2 stars
0 tools
Created Aug 2025
@plapinski/plapinski-phpocalypse-phpocalypse-mcpAbout
Enables PHP developers to run static analysis, code style checks, and tests directly within conversations by executing PHPStan, PHP-CS-Fixer, and PHPUnit commands through a YAML-configured TypeScript server.
Categories
general
Installation
npm
npm install @plapinski/plapinski-phpocalypse-phpocalypse-mcp
Configuration
{
"mcpServers": {
"plapinski-phpocalypse-phpocalypse-mcp": {
"command": "npx",
"args": [
"-y",
"@plapinski/plapinski-phpocalypse-phpocalypse-mcp"
]
}
}
}