2017 © Pedro Peláez
 

library tokenmap-client

A tokenmap client library

image

tokenly/tokenmap-client

A tokenmap client library

  • Tuesday, July 3, 2018
  • by dweller
  • Repository
  • 3 Watchers
  • 0 Stars
  • 2,802 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 72 % Grown

The README.md

Tokenmap Client

A tokenmap client library for Tokenly., (*1)

Build Status, (*2)

Installation

Add the package via composer

composer require tokenly/tokenmap-client

Usage with Laravel

Set the environment variables

TOKENMAP_CONNECTION_URL=https://tokenmap.tokenly.com

Simple BTC quote

Get a BTC quote in USD. This will use the sources as defined in the Tokenmap interface., (*3)

$tokenmap_client = app('Tokenly\TokenmapClient\TokenmapClient');
$usd_float = $tokenmap_client->getSimpleQuote('USD', 'BTC', 'bitcoin')->getFloatValue();

Get token information

$tokenmap_client = app('Tokenly\TokenmapClient\TokenmapClient');
$all_tokens = $tokenmap_client->allTokens();

The Versions

03/07 2018

dev-master

9999999-dev

A tokenmap client library

  Sources   Download

MIT

The Requires

 

The Development Requires

03/07 2018

v2.0.1

2.0.1.0

A tokenmap client library

  Sources   Download

MIT

The Requires

 

The Development Requires

07/03 2018

v2.0.0

2.0.0.0

A tokenmap client library

  Sources   Download

MIT

The Requires

 

The Development Requires

23/02 2018

v1.1.1

1.1.1.0

A tokenmap client library

  Sources   Download

MIT

The Requires

 

The Development Requires

23/02 2018

v1.1.0

1.1.0.0

A tokenmap client library

  Sources   Download

MIT

The Requires

 

The Development Requires

22/02 2018

v1.0.0

1.0.0.0

A tokenmap client library

  Sources   Download

MIT

The Requires

 

The Development Requires