To ensure ReviewX runs smoothly on your WooCommerce store and successfully connects to the SaaS cloud, your server environment must meet a few basic requirements.
Minimum Requirements
- WordPress: Version 5.6 or higher
- WooCommerce: Version 5.0 or higher
- PHP: Version 7.4 or higher (PHP 8.0+ recommended for optimal performance)
- MySQL: Version 5.6 or higher (or MariaDB 10.1+)
Required PHP Extensions
The following extensions should be enabled in your `php.ini` file. Most modern managed WordPress hosts enable these by default:
- cURL: Required for the plugin to communicate with the ReviewX SaaS API.
- JSON: Required for parsing API responses.
- mbstring: Required for proper string handling in different languages.