Files
Meting/README.md
2017-02-27 12:49:40 +08:00

1.6 KiB

Meting

Latest Stable Version License

: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 - 38KB around with only one file.
  • Powerful - Suppose various webserver, include netease, tencent, xiami, kugou, baidu, kuwo and more.
  • Free - Under MIT license, you can use it anywhere if you want.

Requirement

PHP 5.3+ and openssl extension installed

Get Started

Install via composer

Add Meting to composer.json configuration file.

$ composer require metowolf/meting

And update the composer

$ composer update

Install via require

// If you installed via composer, just use this code to requrie autoloader on the top of your projects.
require 'vendor/autoload.php';

// Else use require file
// require 'Meting.php';

// Initialize to netease API
$API = new Meting('netease');

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

More usage

wiki/docs

License

Meting is under the MIT license.

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