RedMag: Check your PHP version and installed extensions quickly. – GrootMade
RedMagv2.0.0
Check your PHP version and installed extensions quickly.
README.md
This tool provides a straightforward report of your server's PHP environment. It is for developers and system administrators who need to verify their PHP setup for debugging, deployment, or compatibility checks.
Version Check: Instantly shows the exact PHP version (e.g., 7.3.32) running on the server.
Extension List: Outputs a complete, numbered list of all loaded PHP extensions, from Core and date to specific modules like gd, mysqli, and redis.
Configuration Verification: Helps confirm that required modules for applications or frameworks are present and active.
Troubleshooting Aid: The clear output serves as a reference point when diagnosing script errors related to missing functions or unsupported features.