Overview
Requirements
The client requires PHP >= 8.3.
Installation
The recommended way to install ImboClient is with Composer. Install Composer if you do not already have it on your system.
To install ImboClient you can run the following command:
composer require imbo/imboclient:^3.0
After installation you need to require the autoloader generated by Composer:
require 'vendor/autoload.php';