PHPGuard Lite helps prevent white screens and fatal errors by allowing you to scan WordPress plugins and PHP code for syntax issues before they are activated or used.
It provides three main tools:
All scans run locally on your server. No code is executed. No data leaves your site.
The plugin uses a safe, non-executing PHP parser to detect parse errors and fatal syntax issues that would otherwise crash WordPress when a plugin or snippet is loaded.
PHPGuard Lite is fully self-contained.
All scanning is done locally on your WordPress installation.
When scanning pasted code snippets, the browser may send the code using base64 encoding. This is only used to safely transport pasted text through an HTTP request without breaking due to special characters or encoding issues.
The base64 data is immediately decoded back into plain text and passed to the PHP parser. The code is never executed, stored, or sent anywhere.
This is a transport mechanism only — not obfuscation, encryption, or remote communication.
An optional commercial version, PHPGuard Pro, is planned. It will provide advanced automation and safety features for professional and agency workflows. Information about PHPGuard Pro is available on the project website.
After activation, open PHPGuard in the WordPress admin menu.
You can:
Results will show any detected syntax errors or potential issues.
Documentation and project updates are available on the PHPGuard website.