JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr![Xendit PHP SDK](images/header.jpg "Xendit PHP SDK") # Xendit PHP SDK The official Xendit PHP SDK provides a simple and convenient way to call Xendit's REST API in applications written in PHP. * Package version: 6.0.0 # Getting Started ## Installation ### Requirements PHP 7.4 and later. ### Composer To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`: ```json { "repositories": [ { "type": "vcs", "url": "https://github.com/xendit/xendit-php.git" } ], "require": { "xendit/xendit-php": "6.0.0" } } ``` Then run `composer install` ### Autoloading Download the files and include `autoload.php`: ```php