sofwar / abiosgaming-api-php
A PHP Library for interacting with Abios Gaming's API.
0.0.7
2017-08-06 21:29 UTC
Requires
- php: >=5.6.0
- ext-curl: *
- guzzlehttp/guzzle: 6.3.*
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.