PHPackages                             itisbean/php-joox-api - 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. itisbean/php-joox-api

ActiveLibrary[API Development](/categories/api)

itisbean/php-joox-api
=====================

joox music's public api for php

1.0.3(5y ago)3271MITPHPPHP &gt;=5.6.0

Since Nov 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/itisbean/php-joox-api)[ Packagist](https://packagist.org/packages/itisbean/php-joox-api)[ RSS](/packages/itisbean-php-joox-api/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

php-joox-api
============

[](#php-joox-api)

joox music's public api for php

Composer install
----------------

[](#composer-install)

```
composer require itisbean/php-joox-api
```

Usage
-----

[](#usage)

```
// 引入autoload.php（框架中使用不需要）
include_once __DIR__.'/../vendor/autoload.php';
$api = new Api();
$ret = $api->getChartSongs(1);
```

Function
--------

[](#function)

### Get singer info by singerID

[](#get-singer-info-by-singerid)

```
/**
 * 获取歌手信息
 * @param string $singerId
 * @return array
 */
public function getSingerInfo($singerId);
```

### Get singer's albums

[](#get-singers-albums)

```
/**
 * 获取歌手专辑
 * @param string $singerId
 * @param integer $page
 * @param integer $pageSize 最多50
 * @return array
 */
public function getSingerAlbums($singerId, $page = 1, $pageSize = 50);
```

### Get tracks of an album

[](#get-tracks-of-an-album)

```
/**
 * 获取专辑歌曲
 * @param string $albumId
 * @return array
 */
public function getAlbumSongs($albumId, $index = 0, &$data = []);
```

### Get singer's songs

[](#get-singers-songs)

```
/**
 * 获取歌手歌曲
 * @param string $singerId
 * @param integer $page
 * @param integer $pageSize
 * @return array
 */
public function getSingerSongs($singerId, $page = 1, $pageSize = 50);
```

### Get track info

[](#get-track-info)

```
/**
 * 获取歌曲信息
 * @param string $songId
 * @return array
 */
public function getSongInfo($songId);
```

### Get songs of charts

[](#get-songs-of-charts)

```
/**
 * 获取榜单歌曲
 * @param string $rankId
 * @return array
 */
public function getChartSongs($rankId, $index = 0, &$data = []);
```

### Get the singer's songs in charts

[](#get-the-singers-songs-in-charts)

```
/**
 * 获取歌手排行榜数据
 * @param string $singerId
 * @return array
 */
public function getSingersRankInfo($singerId);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~14 days

Total

4

Last Release

1957d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b09bb3e4c2760b2cf1ee6ad697aec21185a3b2a4074339892333dfea2c996e36?d=identicon)[dony](/maintainers/dony)

---

Top Contributors

[![itisbean](https://avatars.githubusercontent.com/u/32357214?v=4)](https://github.com/itisbean "itisbean (5 commits)")

---

Tags

apimusicjoox musicjoox

### Embed Badge

![Health badge](/badges/itisbean-php-joox-api/health.svg)

```
[![Health](https://phpackages.com/badges/itisbean-php-joox-api/health.svg)](https://phpackages.com/packages/itisbean-php-joox-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[aerni/laravel-spotify

A Laravel wrapper for the Spotify Web API

209145.6k](/packages/aerni-laravel-spotify)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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