定制 byteplus_sdk/byteplus-sdk-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

byteplus_sdk/byteplus-sdk-php

最新稳定版本:v1.0.23

Composer 安装命令:

composer require byteplus_sdk/byteplus-sdk-php

包简介

BytePlus SDK for PHP

README 文档

README

composer require

composer require byteplus_sdk/byteplus-sdk-php

Region Setting

  • Currently one region
    - ap-singapore-1
    
  • Default ap-singapore-1, Specify region as param in init function if needed:
    $client = Iam::getInstance('us-east-1');

AK/SK Setting

  • Use VodService method setAccessKey/setSecretKey in code

  • Set env variables BYTEPLUS_ACCESSKEY="your ak" BYTEPLUS_SECRETKEY = "your sk"

  • json file at ~/.byteplus/config:{"ak":"your ak","sk":"your sk"}

Above will take precedence from high to low

More examples:

example

统计信息

  • 总下载量: 6.58k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-01-06