zegophp / sdk
There is no license information available for the latest version (dev-main) of this package.
An example PHP SDK for zego API
dev-main
2025-03-15 10:09 UTC
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2026-02-15 12:30:15 UTC
README
├── Composer.json
├── README.md
├── composer.lock
├── src
│ ├── APIs
│ │ ├── RoomAPI.php
│ │ └── StreamAPI.php
│ ├── BaseClient.php
│ ├── Client.php
│ └── Config.php
├── test.php
└── tests
└── ClientTest.php
步骤 1:安装 Composer 依赖
进入项目根目录,运行以下命令安装依赖:
composer install
步骤 2:运行本地测试文件
进入项目根目录,运行以下命令安装依赖:
composer install