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

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

puge2016/think-filesystem-cloud
===============================

cloud filesystem for thinkphp6.0

01PHP

Since Jan 11Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

12

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 70.6% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1333e1664b13d9b8acab72618a87d415c336deaccefcc7c082269740f912cf8?d=identicon)[puge2016](/maintainers/puge2016)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M61](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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