Download the PHP package mundschenk-at/check-wp-requirements without Composer
On this page you can find all versions of the php package mundschenk-at/check-wp-requirements. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mundschenk-at/check-wp-requirements
More information about mundschenk-at/check-wp-requirements
Files in mundschenk-at/check-wp-requirements
Download mundschenk-at/check-wp-requirements
More information about mundschenk-at/check-wp-requirements
Files in mundschenk-at/check-wp-requirements
Vendor mundschenk-at
Package check-wp-requirements
Short Description A class to allow WordPress plugins to check certain runtime requirements before activation.
License GPL-2.0-or-later
Package check-wp-requirements
Short Description A class to allow WordPress plugins to check certain runtime requirements before activation.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package check-wp-requirements
check-wp-requirements
A helper class for WordPress plugins to check PHP version and other requirements.
Requirements
- PHP 5.6.0 or above
- WordPress 5.2 or higher.
Installation
The best way to use this package is through Composer:
Basic Usage
- Create a
\Mundschenk\WP_Requirements
object and set the requirements in the constructor. - Call the
\Mundschenk\WP_Requirements::check()
method and start your plugin normally if it returnstrue
.
License
check-wp-requirements is licensed under the GNU General Public License 2 or later - see the LICENSE file for details.
All versions of check-wp-requirements with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.2.0
The package mundschenk-at/check-wp-requirements contains the following files
Loading the files please wait ....