diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..761c900fe87d9ae90b88901ca0e684c6439b85dc --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Wp-basic-requirements is a simple library for WordPress plugins to check if the environment meets the requirements +and if the requirements are not met shows proper notice to user. + +Library have to be compatible with PHP 5.2.x as it's the lowest possible version for WordPress. + +Requirements may be: +- Minimal PHP version +- Minimal WordPress version +- Minimal WooCommerce version +- Required PHP module +- Required PHP setting +- OpenSSL version \ No newline at end of file