affinitylicensing/affinity-api-php

PHP Library for Affinity API

1.0 2017-06-23 16:01 UTC

This package is not auto-updated.

Last update: 2025-07-06 07:58:03 UTC


README

Build Status Coverage Status

This library is a PHP client for the Affinity API. To sign up for API access please contact us at tech@affinity-consultants.com.

Requirements

This requires PHP 5.4 or later, and Guzzle 6.2 or later.

Composer

You can install this library via Composer. Run the following command:

composer require affinitylicensing/affinity-api-php

To use the library, use Composer's autoload:

require_once('vendor/autoload.php');

API Documentation

API documentation is located here.