nybbl/byte
Composer 安装命令:
composer require nybbl/byte
包简介
API Library for integrating with the BYTE API (v1)
README 文档
README
A simple wrapper for the BYTE API that requires PHP >= 7.0.
Requirements
- PHP >= 7.0 with cURL extension,
Installation
The recommended way is using composer:
$ composer require nybbl/byte
Basic usage
use Nybbl\Byte; $client = new Byte\Client('<my token>'); $response = $client->api('license')->verify('<license code>');
Documentation
- Official API documentation.
Contributing
Feel free to make any comments, file issues or make pull requests.
统计信息
- 总下载量: 45
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-11-01