Backend Development 2 min read

music-php: A PHP Command-Line Music Search and Download Tool

music-php is a PHP‑based command‑line utility that uses the Meting library to search and download music from services like QQ, NetEase, KuGou, and Baidu, with installation instructions via Composer, phar files, and global or local setups.

php中文网 Courses
php中文网 Courses
php中文网 Courses
music-php: A PHP Command-Line Music Search and Download Tool

music-php is a PHP‑written command‑line music search and download utility that leverages the Meting library to support QQ, NetEase, KuGou and Baidu services.

Project address: https://github.com/guanguans/music-php

Environment requirements: PHP >= 7.1 and Composer.

Installation:

Download the music-php or music-php.phar file from the releases page.

Global installation via Composer: $ composer global require guanguans/music-php --dev

Local project installation: $ composer create-project guanguans/music-php --no-dev

Usage: Run the executable, e.g., $ ./path/music-php .

Testing: Execute $ composer tests to run the test suite.

Reference links: https://github.com/0xHJK/music-dl , https://github.com/maicong/music , https://github.com/metowolf/Meting .

CLIphpComposerMusicDownloader
php中文网 Courses
Written by

php中文网 Courses

php中文网's platform for the latest courses and technical articles, helping PHP learners advance quickly.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.