/phpwpinfo

Provides an equivalent to the `phpinfo()` but with more WordPress requirements details.

Primary LanguagePHPOtherNOASSERTION

Be API Github Banner

phpwpinfo

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.

How ?

Installation

Note

You'll need the .htaccess file included for the PHP-FPM/FastCGI implementations

Total

Just run :

git clone https://github.com/BeAPI/phpwpinfo.git

Partial

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

Usage

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

What ?

1. Self deletion

This tool can, if your server allow it, delete itself.

2. What it checks for

It tests various elements such as :

  • PHP & MySQL Version
  • Apache modules
  • PHP Extensions
  • PHP Configuration
  • MySQL Configuration
  • Mail server feature

3. Display phpinfo and more

It also allows you to quickly view phpinfo() and MySQL variables.

4. Quick install

Finally, it allows (if you server allows it) to quickly install :

Contributing

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.

Issues & features request / proposal

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.

Who ?

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 :)

License

phpwpinfo is licensed under the GPLv3 or later.