xact / sdk
xact sdk client
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 206
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/xact/sdk
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/guzzleHttp 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');