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

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

simerlin/think-filesystem-cloud
===============================

cloud filesystem for thinkphp8.0

04PHP

Since Jul 31Pushed 2y ago1 watchersCompare

[ Source](https://github.com/simerlin/tp-cloud-filesystem)[ Packagist](https://packagist.org/packages/simerlin/think-filesystem-cloud)[ RSS](/packages/simerlin-think-filesystem-cloud/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#think-filesystem-cloud)

### 要求

[](#要求)

- php 8.0
- topthink/framework 8.0.0

### 使用

[](#使用)

```
composer require simerlin/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,
    ]
```

### 感谢

[](#感谢)

- [jaguarjack/think-filesystem-cloud](https://github.com/jaguarjack/think-filesystem-cloud)

### 协议

[](#协议)

MIT

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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://avatars.githubusercontent.com/u/17723901?v=4)[simerlin](/maintainers/simerlin)[@simerlin](https://github.com/simerlin)

---

Top Contributors

[![simerlin](https://avatars.githubusercontent.com/u/17723901?v=4)](https://github.com/simerlin "simerlin (5 commits)")

### Embed Badge

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

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

PHPackages © 2026

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