PHP code example of takashiki / yii2-qiniu-flysystem

1. Go to this page and download the library: Download takashiki/yii2-qiniu-flysystem library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

takashiki / yii2-qiniu-flysystem example snippets


'qiniuFs' => [
    'class' => \takashiki\yii2\flysystem\QiniuFilesystem::class,
    'accesskey' => 'xxx',
    'secretKey' => 'xxx',
    'bucket' => 'xxx',
    'domain' => 'xxx',
],