Skip to content

tokenly/bvam-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tokenly BVAM Provider client.

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

About

A client to call Tokenly BVAM APIs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages