Skip to content

oabu/Meting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meting

🍭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';
// Initialize to netease API
$API = new Meting('netease');

// Enjoy
$data = $API->format(true)->search('Soldier');

Demo

$ git clone https://github.com/metowolf/NeteaseCloudMusicApi.git
$ cd Meting
$ php -S 127.0.0.1:8080

open http://127.0.0.1:8080/demo/simple-test

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

About

🍭Wow, such a powerful music API framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%