library flysystem-qiniu
Flysystem adapter for Qiniu
boofw/flysystem-qiniu
Flysystem adapter for Qiniu
- Friday, December 11, 2015
- by boofw
- Repository
- 2 Watchers
- 3 Stars
- 20 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Boofw\Flysystem\Qiniu
This is a Flysystem adapter for the Qiniu., (*1)
composer require boofw/flysystem-qiniu
Bootstrap
``` php
<?php
use League\Flysystem\Filesystem;
use Boofw\Flysystem\Qiniu\QiniuAdapter as Adapter;, (*2)
$ak = '**********';
$sk = '**********';
$bucket = 'bucket-name';, (*3)
$filesystem = new Filesystem(new Adapter($ak, $sk, $bucket));
```, (*4)
dev-master
9999999-dev
Flysystem adapter for Qiniu
Sources
Download
MIT
The Requires
v1.0.0
1.0.0.0
Flysystem adapter for Qiniu
Sources
Download
MIT
The Requires