sofwar/abiosgaming-api-php

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

0.0.7 2017-08-06 21:29 UTC

This package is auto-updated.

Last update: 2024-04-06 02:26:15 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.