PHPocalypse
Createdplapinski
Orchestrates tests and static analysis for PHP projects, streamlining development workflows.
About
PHPocalypse automates tests and static analysis for PHP projects, enabling developers to focus on coding. By configuring tools in a YAML file, developers can easily execute commands like code fixing, static analysis, and unit testing directly from their IDE via an MCP configuration. This tool is designed for developers who seek efficiency and continuous quality assurance in their PHP projects.
Key Features
- Supports various testing and static analysis tools, such as php-cs-fixer, phpstan, and phpunit
- YAML-based configuration for defining tools and commands
- Customizable command execution for project-specific needs
- Integration with Cursor IDE via MCP configuration
- 1 GitHub stars
Use Cases
- Performing static analysis to identify potential code issues
- Running unit and behavioral tests
- Automating code style checks and fixes