Meting

meting-api

Descriptions

Build Setup

1
2
3
4
5
6
7
8
9
10
11
12
# 克隆仓库
$ git clone https://github.com/injahow/meting-api.git

$ cd meting-api

# 安装依赖
$ composer install

# 或者使用中国镜像
$ composer config -g repo.packagist composer https://packagist.phpcomposer.com

$ composer install

或者下载打包文件https://github.com/injahow/meting-api/releases

或者直接使用 Meting.php

1
2
// include __DIR__ . '/vendor/autoload.php';
include __DIR__ . '/src/Meting.php';

修改代码参数

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
// 设置API路径(可默认)
define('API_URI', api_uri());
// 设置中文歌词
define('TLYRIC', true);
// 设置歌单文件缓存及时间
define('CACHE', false);
define('CACHE_TIME', 86400);
// 设置短期缓存-需要安装apcu
define('APCU_CACHE', false);
// 设置AUTH密钥-更改'meting-secret'
define('AUTH', false);
define('AUTH_SECRET', 'meting-secret');

......

Demo

API-Demo:

APlayer-Demo:

Thanks

Requirement

PHP 5.4+ and BCMath, Curl, OpenSSL extension installed.

License

MIT license.

Copyright (c) 2019 injahow


© 2025 Rl. 使用 Stellar 创建 | 豫ICP备2025139458号
站点访问量 Loading... 站点访客数 Loading... 页面访问量 Loading...