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 2mo ago

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 37% 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

3046d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b5f63cbf9e93f6e7df207c9af3f67fae74337f0aa2d4662fdd5026460ef2eae2?d=identicon)[hlf513](/maintainers/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.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-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40029.5M87](/packages/league-flysystem-bundle)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)

PHPackages © 2026

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