You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yangsai@163.com
cf3d792c05
|
6 months ago | |
---|---|---|
.. | ||
Rtc | 6 months ago | |
README.md | 6 months ago | |
VERSION | 6 months ago | |
composer.json | 6 months ago |
README.md
说明
演示了OpenAPI鉴权SDK的使用方式
使用时请参考rtc-openapi-demo的用法或把它拷贝到自己的项目中追加所需的API
运行
安装composer
参考文档:https://getcomposer.org/doc/00-intro.md
引入volc签名包
更新本地composer.josn,引入volc签名包
{
...
"require": {
"volcengine/volc-sdk-php": "*"
}
...
}
获取依赖
$ composer update