8000 GitHub - farlandliu/Meting: :lollipop:Wow, such a powerful music API framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

farlandliu/Meting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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 - 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

wiki/docs

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

About

🍭Wow, such a powerful music API framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%
0