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 today

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 13% 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

1381d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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