Server Requirements¶
Web Server (Apache suggested), PHP version 7.4 or higher is required, Database (MySQLi suggested) with the following extensions installed:
[curl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTPCURLRequest library
[GD library](https://www.php.net/manual/en/book.image.php)
[mbstring](http://php.net/manual/en/mbstring.installation.php)
[fileinfo](https://www.php.net/manual/en/book.fileinfo.php)
[sockets]