sofwar / abiosgaming-api-php
用于与Abios Gaming API交互的PHP库。
0.0.7
2017-08-06 21:29 UTC
Requires
- php: >=5.6.0
- ext-curl: *
- guzzlehttp/guzzle: 6.3.*
README
AbiosGaming API中数据的一个简单面向对象的方法。
有关AbiosGaming API的更多信息,请参阅官方API文档。
要求
- PHP 5.6或更高版本
- 从Abios Gaming获取OAuth客户端ID和密钥。请联系Abios Gaming支持以获取密钥对。
安装
$ composer require sofwar/abiosgaming-api
使用方法
//Create API $api = new SofWar\AbiosGaming\API($clientId, $clientSecret);
许可证
版权所有 2017 SofWar,Inc。
在MIT许可下免费使用。