:cake: Wow, such a powerful music API framework
Introduction
A powerful music API framework to accelerate your development
- Elegant - Easy to use, a standardized format for all music platforms.
- Lightweight - A single-file library that’s less than 51KB.
- Powerful - Support various music platforms, including Tencent, NetEase, Xiami, KuGou, Baidu, Kuwo and more.
- Free - Under MIT license, need I say more?
Requirement
PHP 5.4+ and BCMath, Curl, OpenSSL extension installed.
Installation
Require this package, with Composer, in the root directory of your project.
1 | $ composer require metowolf/meting |
Then you can import the class into your application:
1 | use Metowolf\Meting; |
Note: Meting requires BCMath, cURL and OpenSSL extension in order to work.
Quick Start
1 | require 'vendor/autoload.php'; |
More usage
Join the Discussion
Related Projects
- MoePlayer/Hermit-X
- MoePlayer/APlayer-Typecho
- mengkunsoft/MKOnlineMusicPlayer
- webjyh/WP-Player
- yiyungent/Meting4Net
- injahow/meting-api
Author
Meting © metowolf, Released under the MIT License.