######## 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: .. code-block:: bash composer require imbo/imboclient:^3.0 After installation you need to require the autoloader generated by Composer: .. code-block:: php require 'vendor/autoload.php';