mirror of
https://github.com/metowolf/Meting.git
synced 2026-09-03 07:27:07 +08:00
b6f0b89d3816dd58ea5e706525ff20a713184114
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 - 30KB 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
It is RC version now.
coming soon...
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#1
$ 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
License
Meting is under the MIT license.
Links
Official website: https://i-meto.com
Demo: https://music.i-meto.com
Documentation (unfinished): https://music.i-meto.com/docs
Languages
JavaScript
100%