⚠️ Important: Development Environment Only
This plugin is designed for development environments like LocalWP, XAMPP, or self-hosted servers. It will not work on most managed hosting providers (WP Engine, Kinsta, SiteGround, etc.) due to security restrictions that disable the exec() function and limit access to PHP binaries.
How It Works
This plugin leverages PHP_CodeSniffer with the PHPCompatibility standard to perform deep static analysis of your PHP code.
Core Components:
exec() function with specific parametersHow to Use:
Why It Requires Development Environments
exec() Function: Required to run PHPCS binary – disabled on managed hostsSupported Environments
Unsupported Environments
This plugin is actively developed for WordPress development environments. Contributions are welcome, especially:
Dependencies
License
GPLv2 or later – same as WordPress core.