helieting/flysystem-tencentyun-os

flysystem adapter for Qcloud
27
Install
composer require helieting/flysystem-tencentyun-os
Latest Version:0.5.3
License:MIT
Last Updated:Apr 5, 2016
Links: GitHub  ·  Packagist
Maintainer: helieting

flysystem-tencentyun-cos

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');