PHPackages                             echonest/echonest - 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. echonest/echonest

ActiveLibrary[API Development](/categories/api)

echonest/echonest
=================

A PHP library for abstracting the Echonest API

16996PHP

Since Sep 7Pushed 11y ago2 watchersCompare

[ Source](https://github.com/StukiOrg/EchonestClient-PHP)[ Packagist](https://packagist.org/packages/echonest/echonest)[ RSS](/packages/echonest-echonest/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Echonest API PHP Library
========================

[](#echonest-api-php-library)

This is a library to abstract the Echonest API

Installation
------------

[](#installation)

1. edit `composer.json` file with following contents:

    ```
    "require": {
       "echonest/echonest": "dev-master"
    }
    ```
2. install composer via `curl -s http://getcomposer.org/installer | php` (on windows, download  and execute it with PHP)
3. run `php composer.phar install`

Use
---

[](#use)

Configure the service

```
use Echonest\Service\Echonest;

Echonest::configure($apiKey);
```

Run a query

```
$response = Echonest::query('artist', 'biographies', array(
    'id' => 'ARH6W4X1187B99274F',
    'results' => '1',
    'start' => '0',
    'license' => 'cc-by-sa'
));
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/49dd7d9dba889ac674b0da447d9c1e69d1128dc3ccbaef98ba83d6ee519fc2d6?d=identicon)[tom\_anderson](/maintainers/tom_anderson)

---

Top Contributors

[![TomHAnderson](https://avatars.githubusercontent.com/u/493920?v=4)](https://github.com/TomHAnderson "TomHAnderson (7 commits)")[![Shemahmforash](https://avatars.githubusercontent.com/u/461632?v=4)](https://github.com/Shemahmforash "Shemahmforash (2 commits)")[![musegold](https://avatars.githubusercontent.com/u/48144543?v=4)](https://github.com/musegold "musegold (1 commits)")

### Embed Badge

![Health badge](/badges/echonest-echonest/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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