PHP REQUIREMENTS CHECKER - nmalservet/php-requirements-checker GitHub Wiki
Welcome to the php-requirements-checker wiki!
php-requirements-checker
php-requirements-checker is a php script to integrate in each php software to check if the requirements are good
#How to use You need to copy the two files php-requirements-checker.php and my-requirements.php into your php application
#Add your own libraries, folders and file to check You need to add your own libraries to check, and folders and file. To do it, edit the file my-requirements.php. Each requirement is stored into a declaration line.
#Launch your custom php requirements checker : Via the web page : http://localhost/myapp/php-requirements-checker.php
The results will be displayed in an html page. An exampel is show below