Provides PHP_CodeSniffer and PHP Code Beautifier and Fixer functionalities through a minimal Model Context Protocol server implemented in pure PHP.
This lightweight Model Context Protocol (MCP) server offers seamless integration of PHP_CodeSniffer and PHP Code Beautifier and Fixer into your development environment. Implemented entirely in pure PHP with no Composer dependencies, it's designed to be easily copied into any project. It exposes `phpcs_check` for generating code quality reports and `phpcbf_fix` for automatically applying coding standard fixes, making code quality management straightforward and efficient.