PHPackages                             zuitu/ufile-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. zuitu/ufile-storage

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

zuitu/ufile-storage
===================

ufile storage for lumen

2.0.9(8y ago)02581MITPHPPHP &gt;=5.3.0

Since Nov 11Pushed 8y agoCompare

[ Source](https://github.com/zuitu/ufile-storage)[ Packagist](https://packagist.org/packages/zuitu/ufile-storage)[ RSS](/packages/zuitu-ufile-storage/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (20)Used By (0)

ucloud ufile storage for lumen base on

config/filesystems.php

```
    'disks' => [
        'ufile' => [
            'driver'  => 'ucloud-ufile',
            'bucket' => env('UFILE_BUCKET'),
            'suffix' => env('UFILE_SUFFIX'),  //.ufile.ucloud.cn
            'public_key'=> env('UFILE_ACCESS_KEY'),  //AccessKey
            'secret_key'=> env('UFILE_SECRET_KEY'),  //SecretKey
        ]
    ],
```

demo

```
$file = Storage::disk('public')->get('file.txt');
Storage::disk('ufile')->put('file.name', $file);
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 52.9% 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 ~34 days

Recently: every ~9 days

Total

19

Last Release

3264d ago

Major Versions

0.1.6 → 1.0.02015-11-11

1.1.0 → 2.0.02017-06-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2200679?v=4)[caoxq](/maintainers/zuitu)[@zuitu](https://github.com/zuitu)

---

Top Contributors

[![xujif](https://avatars.githubusercontent.com/u/1978609?v=4)](https://github.com/xujif "xujif (9 commits)")[![zuitu](https://avatars.githubusercontent.com/u/2200679?v=4)](https://github.com/zuitu "zuitu (8 commits)")

---

Tags

ufile storage lumen

### Embed Badge

![Health badge](/badges/zuitu-ufile-storage/health.svg)

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

###  Alternatives

[unisharp/laravel-filemanager

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

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[illuminate/filesystem

The Illuminate Filesystem package.

15263.8M3.0k](/packages/illuminate-filesystem)[dgtlss/capsule

A Laravel package for backing up databases and files to external sources with notifications

195.6k](/packages/dgtlss-capsule)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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