sofwar/abiosgaming-api-php

A PHP Library for interacting with Abios Gaming's API.

Installs: 144

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/sofwar/abiosgaming-api-php

0.0.7 2017-08-06 21:29 UTC

This package is auto-updated.

Last update: 2025-10-06 06:05:35 UTC


README

A simple object-oriented approach to data in the AbiosGaming API.

For more information about the AbiosGaming API, refer to the official API documentation.

Requirements

  • PHP 5.6 or greater
  • OAuth Client ID and Secret from Abios Gaming. Contact Abios Gaming support to obtain a key pair.

Installation

$ composer require sofwar/abiosgaming-api

Usage

//Create API
$api = new SofWar\AbiosGaming\API($clientId, $clientSecret);

License

Copyright 2017 SofWar, Inc.

Free for you to use under MIT.