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(3y ago)033Apache-2.0PHPPHP &gt;=7.2.5

Since Apr 22Pushed 3y 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 today

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 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

Total

4

Last Release

1134d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12705667?v=4)[gumphp](/maintainers/gumphp)[@gumphp](https://github.com/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.7k285.7M1.0k](/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.5M85](/packages/unisharp-laravel-filemanager)[magento/community-edition

Magento 2 (Open Source)

12.2k53.6k13](/packages/magento-community-edition)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[concrete5/core

Concrete core subtree split

20166.1k50](/packages/concrete5-core)[azure-oss/storage-blob-flysystem

Flysystem adapter for Azure Storage PHP

281.4M24](/packages/azure-oss-storage-blob-flysystem)

PHPackages © 2026

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