affinitylicensing / affinity-api-php
PHP Library for Affinity API
Installs: 4 635
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: ^5.0
- satooshi/php-coveralls: ~1.0
- squizlabs/php_codesniffer: ~2.0
This package is not auto-updated.
Last update: 2025-07-06 07:58:03 UTC
README
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');