The Xact PHP library provides convenient access to the Xact API from applications written in the PHP language
You can install the bindings via Composer. Run the following command:
composer require xact/sdk
The bindings require the following extensions in order to work properly:
guzzlehttp/guzzle
Http Client
If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.
Simple usage looks like:
$client = new Client('apiKey');