Home >Backend Development >PHP Tutorial >Share a command line music search and downloader written in PHP
music-php 2.0 - A command-line music search and downloader written in PHP.
music-php is a command-line music search and downloader written in PHP. It is based on Meting and supports QQ, NetEase, Kugou, and Baidu.
Project address
https://github.com/guanguans/music-php
Environmental requirements
PHP >= 7.1 Composer
Installation
phar file download and installation
Download music-php in the releases page Or music-php.phar file.
Global installation
$ composer global require guanguans/music-php --dev
Current directory installation
$ composer create-project guanguans/music-php --no-dev
Use
$ ./path/music-php
Test
$ composer tests
Reference link
https://github.com/0xHJK/music-dl https://github.com/maicong/music https://github.com/metowolf/Meting
The above is the detailed content of Share a command line music search and downloader written in PHP. For more information, please follow other related articles on the PHP Chinese website!