PHPackages                             tokenly/tokenmap-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tokenly/tokenmap-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tokenly/tokenmap-client
=======================

A tokenmap client library

v2.1.0(7y ago)04.0kMITPHPPHP &gt;=7.0.0CI failing

Since Feb 22Pushed 6y ago3 watchersCompare

[ Source](https://github.com/tokenly/tokenmap-client)[ Packagist](https://packagist.org/packages/tokenly/tokenmap-client)[ RSS](/packages/tokenly-tokenmap-client/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (5)Versions (8)Used By (0)

Tokenmap Client
===============

[](#tokenmap-client)

A tokenmap client library for Tokenly.

[![Build Status](https://camo.githubusercontent.com/5d362f5e83dc08a31a5dd1bcbe494073ae306eb072f04e0062d3e7cdd1b58cf2/68747470733a2f2f7472617669732d63692e6f72672f746f6b656e6c792f746f6b656e6d61702d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tokenly/tokenmap-client)

Installation
============

[](#installation)

### Add the package via composer

[](#add-the-package-via-composer)

```
composer require tokenly/tokenmap-client

```

Usage with Laravel
------------------

[](#usage-with-laravel)

### Set the environment variables

[](#set-the-environment-variables)

```
TOKENMAP_CONNECTION_URL=https://tokenmap.tokenly.com

```

### Simple BTC quote

[](#simple-btc-quote)

Get a BTC quote in USD. This will use the sources as defined in the Tokenmap interface.

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

Get token information
---------------------

[](#get-token-information)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Recently: every ~52 days

Total

7

Last Release

2794d ago

Major Versions

v1.1.1 → v2.0.02018-03-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b86e6a54873d5dd61d3682a3be00127af3b7b2b5c53eb070b160e29789d4c0d?d=identicon)[dweller](/maintainers/dweller)

---

Top Contributors

[![cryptonaut420](https://avatars.githubusercontent.com/u/8463048?v=4)](https://github.com/cryptonaut420 "cryptonaut420 (2 commits)")[![SlickTheNick](https://avatars.githubusercontent.com/u/1435056?v=4)](https://github.com/SlickTheNick "SlickTheNick (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tokenly-tokenmap-client/health.svg)

```
[![Health](https://phpackages.com/badges/tokenly-tokenmap-client/health.svg)](https://phpackages.com/packages/tokenly-tokenmap-client)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
