# MetingAPI **Repository Path**: xiao-ming-t-x/MetingAPI ## Basic Information - **Project Name**: MetingAPI - **Description**: MetingAPI - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: https://api.wuenci.com/meting/api/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-06-24 - **Last Updated**: 2023-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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