Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 697 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 697 Bytes

Xact PHP SDK

The Xact PHP library provides convenient access to the Xact API from applications written in the PHP language

Composer

You can install the bindings via Composer. Run the following command:

composer require xact/sdk

Dependencies

The bindings require the following extensions in order to work properly:

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.

Getting Started

Simple usage looks like:

    $client = new Client('apiKey');