Registry / cloud / qcloud-cos-sdk-v5

qcloud-cos-sdk-v5

JSON →
library2.6.16phppackagistunverified

PHP SDK for QCloud COS (Cloud Object Storage).

composer require qcloud/cos-sdk-v5
INSTALL
IMPORT
SIG · QCLOUD-COS-SDK-V5
Q
qcloud-cos-sdk-v5
cloudphpv2.6.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use Qcloud\Cos\Client;

Instantiate the Client with credentials and region, then call methods like listBuckets.

use Qcloud\Cos\Client; $client = new Client([ 'region' => 'ap-guangzhou', 'credentials' => [ 'secretId' => 'your-secret-id', 'secretKey' => 'your-secret-key', ], ]); $result = $client->listBuckets();
Debug
Known issues
breakingRequires PHP 7.0+ and the cURL extension.
fix
Ensure your environment meets these requirements.
affects: >=2.0.0
Upgrade
Version history
2.6.16latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources
qcloud-cos-sdk-v5 — pip install qcloud-cos-sdk-v5 · libregistry