PHPackages                             duan617/think-filesystem-cloud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. duan617/think-filesystem-cloud

ActiveLibrary[File &amp; Storage](/categories/file-storage)

duan617/think-filesystem-cloud
==============================

cloud filesystem for thinkphp6.0

v1.0.0(3y ago)00MITPHP

Since Sep 20Pushed 3y agoCompare

[ Source](https://github.com/duanfuxing/think-filesystem-cloud)[ Packagist](https://packagist.org/packages/duan617/think-filesystem-cloud)[ RSS](/packages/duan617-think-filesystem-cloud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Think-Filesystem-cloud
----------------------

[](#think-filesystem-cloud)

### 要求

[](#要求)

- php 7.1
- topthink/framework 6.0.0

### 使用

[](#使用)

```
composer require duan617/think-filesystem-cloud
```

### 配置

[](#配置)

config/filesystem.php

```
"disks" => [
    // oss 配置
    'oss' => [
        'type'   => 'oss',
        'prefix' => '',
        'access_key' => '',
        'secret_key' => '',
        'end_point'  => '', // ssl：https://iidestiny.com
        'bucket'     => '',
        'is_cname'   => true,
    ],
    // 七牛配置
    'qiniu' => [
        'type'       => 'qiniu',
        'access_key' => '',
        'secret_key' => '',
        'bucket'     => '',
        'domain'     => '',
    ],
    // 腾讯云配置
    'qcloud' => [
        'type'        => 'qcloud',
        'region'      => '',
            'credentials' => [
                'appId'      => '', // 域名中数字部分
                'secretId'   => '',
                'secretKey'  => '',
            ],
            'bucket'          => 'test',
            'timeout'         => 60,
            'connect_timeout' => 60,
            'cdn'             => '您的 CDN 域名',
            'scheme'          => 'https',
            'read_from_cdn'   => false,
    ]
```

### 感谢

[](#感谢)

- [iiDestiny/flysystem-oss](https://github.com/iiDestiny/flysystem-oss)
- [overtrue/flysystem-qiniu](https://github.com/overtrue/flysystem-qiniu)
- [overtrue/flysystem-cos](https://github.com/overtrue/flysystem-cos)

### 协议

[](#协议)

MIT

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1329d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95c0d4ad897043db12de66753d96c0a8b00d5c312f37667e1bad1ce1b9d8a37a?d=identicon)[duan617](/maintainers/duan617)

---

Top Contributors

[![JaguarJack](https://avatars.githubusercontent.com/u/16589247?v=4)](https://github.com/JaguarJack "JaguarJack (12 commits)")[![tlerbao](https://avatars.githubusercontent.com/u/20442232?v=4)](https://github.com/tlerbao "tlerbao (1 commits)")

### Embed Badge

![Health badge](/badges/duan617-think-filesystem-cloud/health.svg)

```
[![Health](https://phpackages.com/badges/duan617-think-filesystem-cloud/health.svg)](https://phpackages.com/packages/duan617-think-filesystem-cloud)
```

###  Alternatives

[google/cloud

Google Cloud Client Library

1.2k16.2M53](/packages/google-cloud)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[fof/upload

The file upload extension for the Flarum forum with insane intelligence.

188171.7k15](/packages/fof-upload)[overtrue/laravel-filesystem-cos

A Cos storage filesystem for Laravel.

92128.4k7](/packages/overtrue-laravel-filesystem-cos)[codebar-ag/laravel-flysystem-cloudinary

Cloudinary Flysystem v1 integration with Laravel

1224.9k2](/packages/codebar-ag-laravel-flysystem-cloudinary)[dgtlss/capsule

A Laravel package for backing up databases and files to external sources with notifications

194.3k](/packages/dgtlss-capsule)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
