PHPackages                             thanhsm/music - 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. thanhsm/music

AbandonedArchivedLibrary

thanhsm/music
=============

Music API

012PHP

Since Apr 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/thanhsm/Music)[ Packagist](https://packagist.org/packages/thanhsm/music)[ RSS](/packages/thanhsm-music/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Music
=====

[](#music)

Music API

Usage

```
$song = 'My everything';
$api = Music::getAPI('zing');
$songs = $api->search($song);
```

Get song data in view simple by

```
foreach ($songs as $song) {
  echo $song->id;
  echo $song->name;
  echo $song->duration;
  echo $song->artist;
  echo $song->total_play;
  echo $song->genre;
  echo $song->link;
  echo $song->lyrics_file;
}
```

Get link download 128/320 kbps and Lossless

```
$song->link_download
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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/e959a0ba45649631186a640d89eccba485ac7d0d76ec6e58d43b6ddb33cf1445?d=identicon)[thanhsm](/maintainers/thanhsm)

### Embed Badge

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

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

PHPackages © 2026

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