tokenly / bvam-api-client
A client to call Tokenly BVAM APIs
Installs: 5 941
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
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-10-26 20:20:52 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');