|
1 | | -phpwpinfo |
2 | | -========= |
| 1 | +<a href="https://beapi.fr"></a> |
3 | 2 |
|
4 | | -phpwpinfo provides an equivalent to the phpinfo() function that reports WordPress Requirements information about the PHP/MySQL/Apache environment, and offers suggestions for improvement. |
| 3 | +# phpwpinfo |
5 | 4 |
|
6 | | -This tool allows you to quickly test environment server where you want to install WordPress. |
7 | | -The default credentials for display the result are : |
| 5 | +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. |
| 6 | +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](http://www.bootstrapcdn.com). |
8 | 7 |
|
| 8 | +# How ? |
| 9 | + |
| 10 | +## Installation |
| 11 | + |
| 12 | +Talking about the main file ([phpwpinfo.php](https://github.com/BeAPI/phpwpinfo/blob/master/phpwpinfo.php)), copy it's content, download the [raw](https://raw.githubusercontent.com/BeAPI/phpwpinfo/master/phpwpinfo.php) file or even better "wget" it directly on your server : |
| 13 | +`wget https://raw.githubusercontent.com/BeAPI/phpwpinfo/master/phpwpinfo.php` |
| 14 | + |
| 15 | +## Usage |
| 16 | + |
| 17 | +Then simply reach the my-site.com/phpwpinfo.php url on your site to get the results, which are protected with the following credentials : |
9 | 18 | * Login : wordpress |
10 | 19 | * Password : wordpress |
11 | 20 |
|
12 | | -This script can, if your server allow it, delete itself. |
| 21 | +# What ? |
| 22 | + |
| 23 | +## 1. Self deletion |
| 24 | + |
| 25 | +This tool can, if your server allow it, delete itself. |
| 26 | + |
| 27 | +## 2. What it checks for |
13 | 28 |
|
14 | 29 | It tests various elements such as : |
15 | | - |
16 | 30 | * PHP & MySQL Version |
17 | 31 | * Apache modules |
18 | 32 | * PHP Extensions |
19 | 33 | * PHP Configuration |
20 | 34 | * MySQL Configuration |
21 | 35 | * Mail server feature |
22 | 36 |
|
23 | | -It also allows you to quickly view phpinfo () and MySQL variables. |
| 37 | +## 3. Display phpinfo and more |
24 | 38 |
|
25 | | -Finally, it allows (if you server allows it) to quickly install : |
| 39 | +It also allows you to quickly view `phpinfo()` and MySQL variables. |
26 | 40 |
|
| 41 | +## 4. Quick install |
| 42 | + |
| 43 | +Finally, it allows (if you server allows it) to quickly install : |
27 | 44 | * [Adminer](http://www.adminer.org/en/) |
28 | 45 | * [PHPsecinfo](http://phpsec.org/projects/phpsecinfo/) |
29 | 46 | * [Latest version of WordPress (US)](http://wordpress.org/) |
30 | 47 |
|
31 | | -This script is writted in full PHP and use Bootstrap for HTML/CSS/JS provided by CDN (http://www.bootstrapcdn.com/) |
| 48 | +## Contributing |
| 49 | + |
| 50 | +Please refer to the [contributing guidelines](.github/CONTRIBUTING.md) to increase the chance of your pull request to be merged and/or receive the best support for your issue. |
| 51 | + |
| 52 | +### Issues & features request / proposal |
| 53 | + |
| 54 | +If you identify any errors or have an idea for improving this tool, feel free to open an [issue](../../issues/new). Please provide as much info as needed in order to help us resolving / approve your request. |
| 55 | + |
| 56 | +# Who ? |
| 57 | + |
| 58 | +Created by [Be API](https://beapi.fr), the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always [hiring](https://beapi.workable.com) some fun and talented guys. So we will be pleased to work with you. |
| 59 | + |
| 60 | +This tool is only maintained, which means we do not guarantee some free support. Consider reporting an [issue](#issues--features-request--proposal) and be patient. |
32 | 61 |
|
33 | | -License: GPL v2 |
| 62 | +If you really like what we do or want to thank us for our quick work, feel free to [donate](https://www.paypal.me/BeAPI) as much as you want / can, even 1€ is a great gift for buying cofee :) |
34 | 63 |
|
35 | | -### Changelog: |
| 64 | +## License |
36 | 65 |
|
37 | | -* Version 1.1 |
38 | | - * Implement recommended/required for each config/module |
39 | | - * Improve test config value |
40 | | -* Version 1.0 |
41 | | - * Initial release |
| 66 | +phpwpinfo is licensed under the [GPLv3 or later](LICENSE.md). |
0 commit comments