PHPackages                             tokenly/api-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. [API Development](/categories/api)
4. /
5. tokenly/api-client

ActiveLibrary[API Development](/categories/api)

tokenly/api-client
==================

A client to call Tokenly APIs

v1.1.0(7y ago)09.4k6MITPHPPHP &gt;=5.5.0CI failing

Since Apr 5Pushed 6y ago3 watchersCompare

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

READMEChangelogDependencies (4)Versions (7)Used By (6)

Tokenly API client.
===================

[](#tokenly-api-client)

Use this client for various Tokenly APIs.

[![Build Status](https://camo.githubusercontent.com/28214ac905c9b89589f7e175ff48b0fbf667f7a3c391e9894a2dc6c95da264c3/68747470733a2f2f7472617669732d63692e6f72672f746f6b656e6c792f6170692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tokenly/api-client)

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

[](#installation)

### Add the Laravel package via composer

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

```
composer require tokenly/api-client

```

### Call a public API without a key

[](#call-a-public-api-without-a-key)

```
$api = new TokenlyAPI('https://music.tokenly.com/api/v1');
$albums_array = $api->get('music/catalog/albums');
```

### Call a protected API with a client id and secret key

[](#call-a-protected-api-with-a-client-id-and-secret-key)

```
$api = new TokenlyAPI('https://music.tokenly.com/api/v1', new Tokenly\HmacAuth\Generator(), 'MY_CLIENT_ID', 'MY_CLIENT_SECRET');
$albums_array = $api->get('music/music/mysongs');
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 76.5% 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 ~179 days

Total

6

Last Release

2795d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

apiclienttokenly

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[razorpay/razorpay

Razorpay PHP Client Library

2024.8M44](/packages/razorpay-razorpay)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[culqi/culqi-php

Cliente Culqi API para PHP

41356.8k1](/packages/culqi-culqi-php)

PHPackages © 2026

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