PHPackages                             gumphp/think-storage - 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. gumphp/think-storage

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

gumphp/think-storage
====================

The ThinkPHP6.1 Filesystem Package

v1.0.3(2y ago)031Apache-2.0PHPPHP &gt;=7.2.5

Since Apr 22Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (5)Used By (0)

安装
--

[](#安装)

> composer require gumphp/think-storage

配置
--

[](#配置)

```
# config/filesystem.php

return [
    'disks' => [
        's3' => [
            'type' => 'aws',
            'root' => '/',
            'credentials' => [
                'key' => env('S3_KEY', ''),
                'secret' => env('S3_SECRET', ''),
            ],
            'version' => env('S3_VERSION', 'latest'),
            'region' => env('S3_REGION', 'us-west-2'),
            'bucket' => env('S3_BUCKET', ''),
        ],
    ],
];
```

使用
--

[](#使用)

```
use GumPHP\Storage\Facade\Storage;

Storage::disk('s3')->put('/s3/remote/file.ext', file_get_contents('/path/yourfile.ext'));
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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 ~11 days

Total

4

Last Release

1086d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gumphp-think-storage/health.svg)

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[yii2-starter-kit/yii2-file-kit

Yii2 file upload and storage kit

151216.8k6](/packages/yii2-starter-kit-yii2-file-kit)[azure-oss/storage-blob-flysystem

Flysystem adapter for Azure Storage PHP

29936.0k10](/packages/azure-oss-storage-blob-flysystem)[livetyping/hermitage

RESTful image server

332.8k1](/packages/livetyping-hermitage)

PHPackages © 2026

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