# music-php **Repository Path**: seek/music-php ## Basic Information - **Project Name**: music-php - **Description**: music search and download. 全网音乐搜索和下载 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 28 - **Created**: 2021-12-05 - **Last Updated**: 2021-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

music-php

全网音乐搜索和下载

English | 简体中文

[![Test](https://github.com/guanguans/music-php/workflows/Test/badge.svg)](https://github.com/guanguans/music-php/actions?query=workflow%3ATest) [![Build Status](https://travis-ci.org/guanguans/music-php.svg?branch=master)](https://travis-ci.org/guanguans/music-php) [![Build Status](https://scrutinizer-ci.com/g/guanguans/music-php/badges/build.png?b=master)](https://scrutinizer-ci.com/g/guanguans/music-php/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/guanguans/music-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/guanguans/music-php/?branch=master) [![codecov](https://codecov.io/gh/guanguans/music-php/branch/master/graph/badge.svg)](https://codecov.io/gh/guanguans/music-php) [![StyleCI](https://github.styleci.io/repos/174921589/shield?branch=master)](https://github.styleci.io/repos/174921589) [![Latest Stable Version](https://poser.pugx.org/guanguans/music-php/v/stable)](https://packagist.org/packages/guanguans/music-php) [![Total Downloads](https://poser.pugx.org/guanguans/music-php/downloads)](https://packagist.org/packages/guanguans/music-php) [![License](https://poser.pugx.org/guanguans/music-php/license)](https://packagist.org/packages/guanguans/music-php) ## 环境要求 * PHP >= 7.1 * Composer ## 安装 ### phar 文件下载安装 在 [releases](https://github.com/guanguans/music-php/releases) 页面中下载 [music-php](https://github.com/guanguans/music-php/releases/download/v1.1.7/music-php) 或者 [music-php.phar](https://github.com/guanguans/music-php/releases/download/v1.1.7/music-php.phar) 文件。 ### 全局安装 ``` shell $ composer global require guanguans/music-php --dev ``` ### 当前目录安装 ``` shell $ composer create-project guanguans/music-php --no-dev ``` ## 使用 ``` shell $ ./path/bin/music-php ``` ## 测试 ``` shell $ composer tests ``` ## 参考链接 * [https://github.com/0xHJK/music-dl](https://github.com/0xHJK/music-dl) * [https://github.com/maicong/music](https://github.com/maicong/music) * [https://github.com/metowolf/Meting](https://github.com/metowolf/Meting) ## License [MIT](LICENSE) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fguanguans%2Fmusic-php.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fguanguans%2Fmusic-php?ref=badge_large)