Skip to content

Lucifaer/Meting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

改动说明

  • url解析的无封装支持
  • 扩展网易云封装
  • 修复网易云音乐的ape解析
  • 支持虾米音乐320k解析
  • 腾讯音乐无损支持

TODO

  • 无损格式更宽泛的支持
  • 统一的封装结构
  • 虾米音乐320K支持
  • 腾讯音乐无损支持
  • 优化大量请求

以下为原版介绍

Meting

Latest Stable Version License

🍭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 Curl 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

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

 
 
 

Contributors

Languages

  • PHP 100.0%