PHPackages                             hlf\_513/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. hlf\_513/ufile-storage

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

hlf\_513/ufile-storage
======================

ufile storage for lumen

2.1.1(8y ago)0524MITPHPPHP &gt;=5.3.0

Since Nov 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/hlf513/ufile-storage)[ Packagist](https://packagist.org/packages/hlf_513/ufile-storage)[ RSS](/packages/hlf-513-ufile-storage/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (22)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 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~2 days

Total

21

Last Release

3209d ago

Major Versions

0.1.6 → 1.0.02015-11-11

1.1.0 → 2.0.02017-06-13

### Community

Maintainers

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

---

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)")[![hlf513](https://avatars.githubusercontent.com/u/2879497?v=4)](https://github.com/hlf513 "hlf513 (2 commits)")

---

Tags

ufile storage lumen

### Embed Badge

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

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

###  Alternatives

[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-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

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

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[dgtlss/capsule

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

194.3k](/packages/dgtlss-capsule)[yoelpc4/laravel-cloudinary

Laravel Cloudinary filesystem cloud driver.

3343.0k](/packages/yoelpc4-laravel-cloudinary)

PHPackages © 2026

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