xact / sdk
xact sdk client
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.0.3
2021-09-06 09:50 UTC
Requires
- php: ^7.2.5
- guzzlehttp/guzzle: ^7.3
This package is auto-updated.
Last update: 2022-09-18 15:52:36 UTC
README
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:
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.
Getting Started
Simple usage looks like:
$client = new Client('apiKey');