tokenly/bvam-api-client
Composer 安装命令:
composer require tokenly/bvam-api-client
包简介
A client to call Tokenly BVAM APIs
README 文档
README
Use this client for interacting the tokenly BVAM provider
Installation
Add the Laravel package via composer
composer require tokenly/bvam-api-client
Add the Service Provider
Add the following to the providers array in your application config:
Tokenly\BvamApiClient\BVAMClientServiceProvider::class
Use the API
$bvam_client = app('Tokenly\BvamApiClient\BVAMClient'); $asset_info = $bvam_client->getAssetInfo('SOUP');
统计信息
- 总下载量: 5.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-14