- url解析的无封装支持
- 扩展网易云封装
- 修复网易云音乐的ape解析
- 支持虾米音乐320k解析
- 腾讯音乐无损支持
- 无损格式更宽泛的支持
- 统一的封装结构
虾米音乐320K支持腾讯音乐无损支持- 优化大量请求
🍭Wow, such a powerful music API framework
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.
PHP 5.3+ and Curl extension installed
Add Meting to composer.json configuration file.
$ composer require metowolf/metingAnd update the composer
$ composer update
// 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');
Meting is under the MIT license.
Official website: https://i-meto.com
Demo: https://music.i-meto.com