PHPackages                             whereof/think-filesystem-driver - 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. whereof/think-filesystem-driver

Abandoned → [tp5er/think-filesystem](/?search=tp5er%2Fthink-filesystem)Think-extend[File &amp; Storage](/categories/file-storage)

whereof/think-filesystem-driver
===============================

oss cos qiniu sftp driver for think-filesystem

1.0.0(3y ago)22.0k2MITPHPPHP &gt;7.2

Since Jan 4Pushed 4mo agoCompare

[ Source](https://github.com/tp5er/think-filesystem)[ Packagist](https://packagist.org/packages/whereof/think-filesystem-driver)[ Docs](https://github.com/tp5er/think-filesystem)[ RSS](/packages/whereof-think-filesystem-driver/feed)WikiDiscussions main Synced 2d ago

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

安装
--

[](#安装)

```
composer require tp5er/think-filesystem

```

阿里云OSS
------

[](#阿里云oss)

> 安装驱动 `composer require xxtime/flysystem-aliyun-oss ^1.5`

```
'oss' => [
    'type'         => 'oss',
    'credentials'=>[//若为false,则使用函数计算 runtime context提供的 credentials
        'accessId'     => '******',
        'accessSecret' => '******',
    ],
    'bucket'       => 'bucket',
    'endpoint'     => 'oss-cn-hangzhou.aliyuncs.com',
    'url'          => 'oss.domain.com'
],

```

腾讯COS
-----

[](#腾讯cos)

> 安装驱动 `composer require overtrue/flysystem-cos ^2.1`

```
'cos' => [
    'type'            => 'cos',
    'region'          => '***', //bucket 所属区域 英文
    'appId'           => '***', // 域名中数字部分
    'secretId'        => '***',
    'secretKey'       => '***',
    'bucket'          => '***',
    'timeout'         => 60,
    'connect_timeout' => 60,
    'cdn'             => '您的 CDN 域名',
    'scheme'          => 'https',
    'read_from_cdn'   => false,
    'domain'       => 'oss.domain.com',//访问域名
],

```

七牛云
---

[](#七牛云)

> 安装驱动 ` composer require overtrue/flysystem-qiniu ^1.0`

```
'qiniu' => [
    'type'            => 'qiniu' ,
    'accessKey' => '******',
    'secretKey' => '******',
    'bucket'    => 'bucket',
    'domain'       => 'oss.domain.com',//不要斜杠结尾，URL地址域名
],

```

SFTP
----

[](#sftp)

> 安装驱动 ` composer require league/flysystem-sftp ^1.0`

```
'sftp' => [
    'type'     => 'sftp',
    'host'     => '127.0.0.1',
    'port'     => 22,
    'username' => 'root',
    'password' => '123456',
    'root'     => '/home/sftp',
    'timeout'  => 10,
],

```

FTP
---

[](#ftp)

```
'ftp' => [
  'type'     => 'ftp',
  'host' => 'ftp.example.com',
  'username' => 'username',
  'password' => 'password',
  'root' => '/path/to/root',
],

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance51

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

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

1224d ago

### Community

Maintainers

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

---

Top Contributors

[![chihqiang](https://avatars.githubusercontent.com/u/40115555?v=4)](https://github.com/chihqiang "chihqiang (4 commits)")[![coolxitech](https://avatars.githubusercontent.com/u/20185794?v=4)](https://github.com/coolxitech "coolxitech (2 commits)")

---

Tags

ftpsftpqiniuossthink-filesystem

### Embed Badge

![Health badge](/badges/whereof-think-filesystem-driver/health.svg)

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[nicolab/php-ftp-client

A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.

6435.3M24](/packages/nicolab-php-ftp-client)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[yii2mod/yii2-ftp

A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.

32433.0k3](/packages/yii2mod-yii2-ftp)[yangyifan/upload

上传 SDK for Laravel

12422.6k3](/packages/yangyifan-upload)[innoge/laravel-rclone

A sleek PHP wrapper around rclone with Laravel-style fluent API syntax

174.1k](/packages/innoge-laravel-rclone)

PHPackages © 2026

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