- 这是基于Meting创建的 APlayer API
- 灵感源于https://api.fczbl.vip/163/
# 克隆仓库
$ 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
// require __DIR__ . '/vendor/autoload.php';
require __DIR__ . '/src/Meting.php';
修改代码参数
<?php
// 设置API路径
define('API_URI', '你的API地址');
// ...
API-Demo:
- https://api.injahow.cn/meting/?type=url&id=427139429
- https://api.injahow.cn/meting/?type=single&id=591321
- https://api.injahow.cn/meting/?type=playlist&id=2619366284
APlayer-Demo:
PHP 5.4+ and BCMath, Curl, OpenSSL extension installed.
MIT license.
Copyright (c) 2019 injahow