An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Meting

# 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