phpwpinfo provides an equivalent to the phpinfo()
function but with more WordPress requirements details about the PHP/MySQL/Apache environment and also offers suggestions for improvement.
This tool allows you to quickly test environment server where you want to install WordPress. It is written in full PHP and use Bootstrap for HTML/CSS/JS purpose, provided by CDN.
Note
You'll need the .htaccess file included for the PHP-FPM/FastCGI implementations
Just run :
git clone https://github.com/BeAPI/phpwpinfo.git
Talking about the main file (phpwpinfo.php), copy it's content, download the raw file or even better "wget" it directly on your server :
wget https://raw.githubusercontent.com/BeAPI/phpwpinfo/master/phpwpinfo.php
Then simply reach the my-site.com/phpwpinfo.php url on your site to get the results, which are protected with the following credentials :
- Login : wordpress
- Password : wordpress
This tool can, if your server allow it, delete itself.
It tests various elements such as :
- PHP & MySQL Version
- Apache modules
- PHP Extensions
- PHP Configuration
- MySQL Configuration
- Mail server feature
It also allows you to quickly view phpinfo()
and MySQL variables.
Finally, it allows (if you server allows it) to quickly install :
Please refer to the contributing guidelines to increase the chance of your pull request to be merged and/or receive the best support for your issue.
If you identify any errors or have an idea for improving this tool, feel free to open an issue. Please provide as much info as needed in order to help us resolving / approve your request.
Created by Be API, the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always hiring some fun and talented guys. So we will be pleased to work with you.
This tool is only maintained, which means we do not guarantee some free support. Consider reporting an issue and be patient.
If you really like what we do or want to thank us for our quick work, feel free to donate as much as you want / can, even 1€ is a great gift for buying cofee :)
phpwpinfo is licensed under the GPLv3 or later.