tokenly/bvam-api-client

A client to call Tokenly BVAM APIs

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

This package is not auto-updated.

Last update: 2024-04-13 17:18:36 UTC


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');