METO abc4896a94 Merge pull request #2 from metowolf/dev
[release] Meting v1.1.1
2017-02-04 23:27:11 +08:00
2017-01-21 22:59:11 +08:00
2017-01-21 22:59:11 +08:00
2017-01-05 20:02:16 +08:00
2017-02-04 23:13:43 +08:00

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

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

License

Meting is under the MIT license.

Official website: https://i-meto.com
Demo: https://music.i-meto.com

Description
Mating是一个强大的音乐API框架,旨在加速音乐相关的开发。这是原始PHP Mating项目的Node. js版本,为多个音乐平台提供统一的API。
Readme MIT 362 KiB
Languages
JavaScript 100%