| Package Data | |
|---|---|
| Maintainer Username: | helieting |
| Maintainer Contact: | helieting@gmail.com (helieting) |
| Package Create Date: | 2016-04-05 |
| Package Last Update: | 2016-04-05 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 03:03:47 |
| Package Statistics | |
|---|---|
| Total Downloads: | 27 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
use Qcloud_cos\Cosapi;
use Helieting\Flysystem\Qcloud\QcloudAdapter;
use League\Flysystem\Filesystem;
require "vendor/autoload.php";
$config = [
'bucket' => 'testbucket',
];
$storage = new Filesystem(new QcloudAdapter($config));
$storage->getMetadata('xxx.png');