PHPackages                             freelancersinchina/gigi-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. freelancersinchina/gigi-music

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

freelancersinchina/gigi-music
=============================

a toolbox for gigi's music

v0.1.0(9y ago)05MITPHP

Since Apr 19Pushed 9y agoCompare

[ Source](https://github.com/freelancersinchina/gigi-music)[ Packagist](https://packagist.org/packages/freelancersinchina/gigi-music)[ RSS](/packages/freelancersinchina-gigi-music/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

gigi-music
==========

[](#gigi-music)

a composer package,showing how to create an own package.

what does the package do ?
--------------------------

[](#what-does-the-package-do-)

this is a tool used to get a random or sequence list of Gigi's songs.it is based on the netease music's api.

Usage
-----

[](#usage)

first,install freelancersinchina/gigi-music.

```
> composer require freelancersinchina/gigi-music

```

second,include the autoload function and enjoy using the gigi-music.

```
require_once("./vendor/autoload.php");
use Gigi;

// get a random list of songs
$songlist = new  GigiMusic(GigiMusic::GigiMusicType_Random);

// or get a sequence list of songs
// $songlist = new GigiMusic(GigiMusic::GigiMusicType_Sequence);

// suppose that we need to get  10 songs
$count = 10;

// get detail infos
$songs = $songlist->getFirst($count);

print_r($songs);

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3360d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27666125?v=4)[freelancersinchina](/maintainers/freelancersinchina)[@freelancersinchina](https://github.com/freelancersinchina)

---

Top Contributors

[![freelancersinchina](https://avatars.githubusercontent.com/u/27666125?v=4)](https://github.com/freelancersinchina "freelancersinchina (11 commits)")

---

Tags

composergigiphptutorial

### Embed Badge

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

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

###  Alternatives

[msp/devtools-m1

MageSpecialist DevTools for Magento 1

2640.6k](/packages/msp-devtools-m1)

PHPackages © 2026

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