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

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

hlf\_513/flysystem-ufile
========================

flysystem-ufile

0.1.1(8y ago)01.3k[1 issues](https://github.com/hlf513/flysystem-ufile/issues)MITPHPPHP &gt;=5.3.0

Since Jan 8Pushed 8y ago1 watchersCompare

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

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

Flysystem Ufile
===============

[](#flysystem-ufile)

增加 laravel 的文件系统驱动，使其支持ufile。

Install
=======

[](#install)

```
composer require 'hlf_513/flysystem-ufile'

```

Config
======

[](#config)

配置 `config\filesystems.php`；增加如下代码

```
...
'disks'=>[
...
    'ufile' => [
        'driver' => 'ufile',
        'bucket' => env('UFILE_BUCKET'),
        'suffix' => env('UFILE_SUFFIX'),  // ufile上传地址
        'suffix_cdn' => env('UFILE_SUFFIX_CDN'), // ufile的CDN地址
        'public_key' => env('UFILE_ACCESS_KEY'), //AccessKey
        'secret_key' => env('UFILE_SECRET_KEY'), //SecretKey
    ],
],
...
```

然后在 `.env` 中新增各个配置项

```
UFILE_ACCESS_KEY=
UFILE_SECRET_KEY=
UFILE_SUFFIX_CDN=.ufile.ucloud.com.cn
UFILE_SUFFIX=
UFILE_BUCKET=

```

Usage
=====

[](#usage)

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

3095d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2879497?v=4)[Longfei He](/maintainers/hlf513)[@hlf513](https://github.com/hlf513)

---

Top Contributors

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

---

Tags

ucloud ufile laravel filesystem

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M965](/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.1k3.4M81](/packages/unisharp-laravel-filemanager)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40331.4M120](/packages/league-flysystem-bundle)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k786.7k9](/packages/alexusmai-laravel-file-manager)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1864.9M40](/packages/barryvdh-elfinder-flysystem-driver)

PHPackages © 2026

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