https://github.com/injahow/meting-api
Meting API for APlayer
https://github.com/injahow/meting-api
api aplayer meting php
Last synced: 27 days ago
JSON representation
Meting API for APlayer
- Host: GitHub
- URL: https://github.com/injahow/meting-api
- Owner: injahow
- License: mit
- Created: 2019-09-24T11:17:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T13:37:19.000Z (over 3 years ago)
- Last Synced: 2023-03-06T18:00:45.173Z (about 3 years ago)
- Topics: api, aplayer, meting, php
- Language: PHP
- Homepage: https://api.injahow.cn/meting/
- Size: 78.1 KB
- Stars: 99
- Watchers: 1
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meting-api
## Descriptions
- 这是基于 [Meting](https://github.com/metowolf/Meting) 创建的 APlayer API
- 灵感源于 [https://api.fczbl.vip/163/](https://api.fczbl.vip/163/)
- 部分参考 [Meting-API](https://github.com/metowolf/Meting-API)
## Build Setup
```bash
# 克隆仓库
$ 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](https://github.com/injahow/meting-api/releases)
或者直接使用 Meting.php
```php
// include __DIR__ . '/vendor/autoload.php';
include __DIR__ . '/src/Meting.php';
```
修改代码参数
```php