PHPackages                             jaguarjack/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. jaguarjack/think-filesystem-cloud

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

jaguarjack/think-filesystem-cloud
=================================

cloud filesystem for thinkphp6.0

1.1(4y ago)826.3k↓37.5%3[1 issues](https://github.com/yanwenwu/think-filesystem-cloud/issues)2MITPHP

Since Jan 20Pushed 3y ago1 watchersCompare

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

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

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

[](#think-filesystem-cloud)

### 要求

[](#要求)

- php 7.1
- topthink/framework 6.0.0

### 使用

[](#使用)

```
composer require jaguarjack/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

33

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity54

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

Every ~245 days

Total

2

Last Release

1690d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58aeeb2b0737ee495a9d240e562b55ef5f2140d3da9c887af155b296f2086f33?d=identicon)[JaguarJack](/maintainers/JaguarJack)

---

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/jaguarjack-think-filesystem-cloud/health.svg)

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

###  Alternatives

[google/cloud

Google Cloud Client Library

1.2k16.2M54](/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)
