PHPackages                             iamsohot/thinkphp-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. iamsohot/thinkphp-filesystem-cloud

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

iamsohot/thinkphp-filesystem-cloud
==================================

thinkphp6.0 filesystem,include Aliyun and Qiniu

v1.0.1(3y ago)022MITPHPPHP &gt;=7.1.0

Since Sep 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/iamsohot6661/thinkphp-filesystem-cloud)[ Packagist](https://packagist.org/packages/iamsohot/thinkphp-filesystem-cloud)[ RSS](/packages/iamsohot-thinkphp-filesystem-cloud/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

thinkphp-filesystem-cloud

[](#thinkphp-filesystem-cloud)

 thinkphp6.0 的文件系统扩展包，支持上传阿里云OSS和七牛和腾讯云COS

包含
--

[](#包含)

1. php &gt;= 7.1
2. thinkphp &gt;=6.0.0

支持
--

[](#支持)

1. 阿里云
2. 七牛云
3. 腾讯云

计划
--

[](#计划)

1. 支持华为云

安装
--

[](#安装)

第一步：

```
$ composer require thans/thinkphp-filesystem-cloud
```

第二步： 在config/filesystem.php中添加配置

```
'aliyun' => [
    'type'         => 'aliyun',
    'accessId'     => '******',
    'accessSecret' => '******',
    'bucket'       => 'bucket',
    'endpoint'     => 'oss-cn-hongkong.aliyuncs.com',
    'url'          => 'http://oss-cn-hongkong.aliyuncs.com',//不要斜杠结尾，此处为URL地址域名。
],
'qiniu'  => [
    'type'      => 'qiniu',
    'accessKey' => '******',
    'secretKey' => '******',
    'bucket'    => 'bucket',
    'url'       => '',//不要斜杠结尾，此处为URL地址域名。
],
'qcloud' => [
    'type'       => 'qcloud',
    'region'      => '***',
    'appId'      => '***', // 域名中数字部分
    'secretId'   => '***',
    'secretKey'  => '***',
    'bucket'          => '***',
    'timeout'         => 60,
    'connect_timeout' => 60,
    'cdn'             => '您的 CDN 域名',
    'scheme'          => 'https',
    'read_from_cdn'   => false,
]

```

授权
--

[](#授权)

MIT

感谢
--

[](#感谢)

1. thinkphp
2. xxtime/flysystem-aliyun-oss
3. liz/flysystem-qiniu
4. league/flysystem
5. overtrue/flysystem-cos

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1401d ago

### Community

Maintainers

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

---

Top Contributors

[![mmpSoHot](https://avatars.githubusercontent.com/u/56503976?v=4)](https://github.com/mmpSoHot "mmpSoHot (3 commits)")

### Embed Badge

![Health badge](/badges/iamsohot-thinkphp-filesystem-cloud/health.svg)

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

###  Alternatives

[thans/thinkphp-filesystem-cloud

thinkphp6.0 filesystem,include Aliyun and Qiniu

2739.0k3](/packages/thans-thinkphp-filesystem-cloud)[servd/craft-asset-storage

Servd Asset Storage and Helpers integration for Craft CMS

1184.0k10](/packages/servd-craft-asset-storage)[yzh52521/think-filesystem

thinkphp6.1 for filesystem,include Aliyun and Qiniu COS OBS

113.9k](/packages/yzh52521-think-filesystem)

PHPackages © 2026

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