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.
 
 
 
 
 
 
wangmingchuan b79abdd5c8 111 10 months ago
..
Rtc 111 10 months ago
README.md 111 10 months ago
VERSION 111 10 months ago
composer.json 111 10 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