Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

faustbrian/afftrack

Repository files navigation

Afftrack PHP Client

Build Status PHP from Packagist Latest Version License

Installation

Require this package, with Composer, in the root directory of your project.

$ composer require plients/afftrack

Usage

<?php

use Plients\Config;

$client = new Plients\Afftrack\Client();
$client->setConfig(new Config([
    'username' => 'YOUR_USERNAME',
    'key' => 'YOUR_API_KEY'
]));

try {
    $response = $client->api('AdminManagers')->getAdmins();

    dd($response);
} catch (Exception $e) {
    dd($e);
}

Testing

$ phpunit

Security

If you discover a security vulnerability within this package, please send an e-mail to hello@basecode.sh. All security vulnerabilities will be promptly addressed.

Credits

License

Mozilla Public License Version 2.0 (MPL-2.0).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages