# PlatformInfo #
A simple platform information plugin for WordPress. Shows you environment variables, PHP settings and more.

![](https://github.com/newtovaux/platforminfo/actions/workflows/test.yml/badge.svg)
![](https://github.com/newtovaux/platforminfo/actions/workflows/static-analysis.yml/badge.svg)
![](https://github.com/newtovaux/platforminfo/actions/workflows/wordpress-plugin-deploy.yml/badge.svg)

## Description ##
*PlatformInfo* displays, ad-free, important information to help you diagnose issues with your WordPress setup or plugin development.
Intended for use on stand-alone or shared hosting platforms.

### Features ###
* PHP version
* PHP loaded modules
* PHP OPcache settings
* Environment variables
* User constants

### Support ###
* Community support via GitHub issues.

### Credits ###
* Author: [newtovaux](https://github.com/newtovaux)

## Installation ##
Available in the [WordPress Plugin Directory](https://wordpress.org/plugins/platforminfo).

If you don’t know how to install a plugin for WordPress, [here’s how](https://wordpress.org/support/article/managing-plugins/#installing-plugins).

### Requirements ###
* Tested with PHP 7.4 or greater (although may work with earlier versions)
* Tested with WordPress 5.8 or greater (although may work with earlier versions)

## Contribute ##
* Active development of this plugin is handled [on GitHub](https://github.com/newtovaux/platforminfo).
* Pull requests for documented bugs or suggested new features are highly appreciated.
* If you have found a bug or you are experiencing unexpected behaviour, then please raise an issue.
* <https://github.com/newtovaux/platforminfo/issues/new>




