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

Related Packages

jungehaie/laravel-filesystem-google-cloud-storage

A Laravel Flysystem implementation for the Google Cloud Storage via a S3Client.

1,866 2
brocard/cloudinary-flysystem

Upload files to Cloudinary cloud service

37 0
websight/l5-google-cloud-storage

Laravel 5 Flysystem Google Cloud Storage Service Provider

63,239 36
danhunsaker/laravel-flysystem-others

Automatically registers every third-party Flysystem adapter it recognizes as a L...

32,883 23