Home >Backend Development >PHP Tutorial >Share a command line music search and downloader written in PHP

Share a command line music search and downloader written in PHP

藏色散人
藏色散人forward
2020-06-30 13:28:222297browse

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.

Share a command line music search and downloader written in PHP

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!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete