Skip to content

brian-rdd/xact-sdk-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%