tokenly / bvam-api-client
调用Tokenly BVAM API的客户端
v1.0.0
2017-04-12 13:01 UTC
Requires
- php: >=5.5.0
- rmccue/requests: ^1.6.1|dev-master
- tokenly/api-client: ^1
Requires (Dev)
- phake/phake: ^2.3
- phpunit/phpunit: ~4
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');