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

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

apixx/think-filesystem
======================

flysystem for thinkphp6.1

1.0.3(2y ago)5871MITPHP

Since Nov 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/LeePillar/think-filesystem)[ Packagist](https://packagist.org/packages/apixx/think-filesystem)[ RSS](/packages/apixx-think-filesystem/feed)WikiDiscussions main Synced today

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

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

[](#think-filesystem-cloud)

### 要求

[](#要求)

- php &gt;= 8.0.2
- topthink/framework 6.1.x
- topthink/framework 8.x.x

### 使用

[](#使用)

```
composer require apixx/think-filesystem
```

### 配置

[](#配置)

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)
- [yzh52521/think-filesystem](https://github.com/yzh52521/think-filesystem)
- [yzh52521/filesystem-oss](https://github.com/yzh52521/filesystem-oss)
- [yzh52521/filesystem-obs](https://github.com/yzh52521/filesystem-obs)

### 协议

[](#协议)

MIT

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

955d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/101307498?v=4)[Pillar](/maintainers/LeePillar)[@LeePillar](https://github.com/LeePillar)

---

Top Contributors

[![LeePillar](https://avatars.githubusercontent.com/u/101307498?v=4)](https://github.com/LeePillar "LeePillar (12 commits)")

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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