tokenly/bvam-api-client

调用Tokenly BVAM API的客户端

v1.0.0 2017-04-12 13:01 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:31:18 UTC


README

使用此客户端与tokenly BVAM提供者交互

安装

通过Composer添加Laravel包

composer require tokenly/bvam-api-client

添加服务提供者

将以下内容添加到您的应用程序配置中的providers数组中

Tokenly\BvamApiClient\BVAMClientServiceProvider::class

使用API

$bvam_client = app('Tokenly\BvamApiClient\BVAMClient');
$asset_info = $bvam_client->getAssetInfo('SOUP');