mirror of
https://github.com/metowolf/Meting.git
synced 2026-09-03 07:27:07 +08:00
fcfca263a1c81e97940e56db0944e6fdd7d5eaf1
Meting
:lollipop:Wow, such a powerful music API framework
Introduction
A powerful music API framework to accelerate development
- Easy - Easy to use, suppose format return.
- Light - 32KB around with only one file.
- Powerful - Suppose various webserver, include netease, tencent, xiami, kugou, baidu and more.
- Free - Under MIT license, you can use it anywhere if you want.
Get Started
Install via composer
$ composer require metowolf/meting
Install via require
// if you just download the Meting.php into directory, require it with the correct path.
require_once 'Meting.php';
Basic usage
// Initialize to netease API
$API = new Meting('netease');
// Enjoy
$data = $API->format(true)->search('Soldier');
Usage
- search songs
- get playlist detail
- get album detail
- get song detail
- get artists detail
- get url
- get pic
- get lyric
- raw data / format data
Demo
$ git clone https://github.com/metowolf/NeteaseCloudMusicApi.git
$ cd Meting
$ php -S 127.0.0.1:8080
then open http://127.0.0.1:8080/demo/simple-test in Browser
Related Projects
License
Meting is under the MIT license.
Links
Official website: https://i-meto.com
Demo: https://music.i-meto.com
Languages
JavaScript
100%