# meting-api
**Repository Path**: RealHeart/meting-api
## Basic Information
- **Project Name**: meting-api
- **Description**: Meting API for Aplayer
- **Primary Language**: PHP
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://api.injahow.cn/meting
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 3
- **Created**: 2021-03-23
- **Last Updated**: 2021-03-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# meting-api
## Descriptions
- 这是基于[Meting](https://github.com/metowolf/Meting)创建的 APlayer API
- 灵感源于[https://api.fczbl.vip/163/](https://api.fczbl.vip/163/)
## 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
// require __DIR__ . '/vendor/autoload.php';
require __DIR__ . '/src/Meting.php';
```
修改代码参数
```php