use TencentCloudClient\TCClient;
use TencentCloudClient\Credential;
$secretId = "Your SecretId";
$secretKey = "Your SecretKey";
$credential = new Credential($secretId, $secretKey);
$client = new TCClient(
"tcb.tencentcloudapi.com",
"2018-06-08",
$credential,
""
);
$result = $client->request("DescribeEnvs");
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
tencentcloud client sdk for php used for tcb-manager-php
TencentCloudBase/tencentcloud-client-php
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
tencentcloud client sdk for php used for tcb-manager-php
Resources
Stars
Watchers
Forks
Packages 0
No packages published