Registry / cloud / qiniu-php-sdk

qiniu-php-sdk

JSON →
library7.14.0phppackagistunverified

Qiniu Resource (Cloud) Storage SDK for PHP

cloud
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.

use Qiniu\Storage\UploadManager;

Upload a file to Qiniu cloud storage.

use Qiniu\Storage\UploadManager; use Qiniu\Auth; $auth = new Auth($accessKey, $secretKey); $uploadMgr = new UploadManager(); $result = $uploadMgr->putFile($auth->uploadToken($bucket), $key, $filePath);
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
Resources