A simple object-oriented approach to data in the AbiosGaming API.
For more information about the AbiosGaming API, refer to the official API documentation.
- PHP 5.6 or greater
- OAuth Client ID and Secret from Abios Gaming. Contact Abios Gaming support to obtain a key pair.
$ composer require sofwar/abiosgaming-api
//Create API
$api = new SofWar\AbiosGaming\API($clientId, $clientSecret);Copyright 2017 SofWar, Inc.
Free for you to use under MIT.