PHPackages                             axdlee/upyun-laravel-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. axdlee/upyun-laravel-storage

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

axdlee/upyun-laravel-storage
============================

Upyun Resource (Cloud) Storage SDK for Laravel 5

1.0.3(9y ago)388MITPHP

Since Mar 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/axdlee/upyun-laravel-storage)[ Packagist](https://packagist.org/packages/axdlee/upyun-laravel-storage)[ RSS](/packages/axdlee-upyun-laravel-storage/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Upyun 云储存 Laravel 5 Storage版
============================

[](#upyun-云储存-laravel-5-storage版)

基于  开发

符合Laravel 5 的Storage用法。

更新
--

[](#更新)

v1.0 支持laravel5.4 的upyun存储适配器。

安装
--

[](#安装)

- `composer require axdlee/upyun-laravel-storage`
- `config/app.php` 里面的 `providers` 数组， 加上一行 `Axdlee\UpyunStorage\UpyunStorageServiceProvider::class,`
- `config/filesystem.php` 里面的 `disks`数组加上：

```
    'disks' => [
        ... ,
        'upyun' => [
            'driver'        => 'upyun',
            'bucket'        => 'your bucket name',
            'operator_name' => 'your operator name',
            'operator_password'  => 'your operator password',
        ],
    ],
```

- 完成

使用
--

[](#使用)

- 参考 包内 UpyunAdapter.php 及

官方SDK / 手册
----------

[](#官方sdk--手册)

-
-

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

4

Last Release

3394d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/85a785d2fa7745b5b655674e5afc09bce98ab4d9329dcdbc88ad18f03f87415d?d=identicon)[axdlee](/maintainers/axdlee)

---

Top Contributors

[![axdlee](https://avatars.githubusercontent.com/u/19663777?v=4)](https://github.com/axdlee "axdlee (6 commits)")

### Embed Badge

![Health badge](/badges/axdlee-upyun-laravel-storage/health.svg)

```
[![Health](https://phpackages.com/badges/axdlee-upyun-laravel-storage/health.svg)](https://phpackages.com/packages/axdlee-upyun-laravel-storage)
```

###  Alternatives

[hfo4/cloudreve

A program help you build your own cloud in minutes.

28.1k6.5k](/packages/hfo4-cloudreve)[jellybool/flysystem-upyun

Flysystem and Laravel adapter for the Upyun storage.

9129.1k2](/packages/jellybool-flysystem-upyun)

PHPackages © 2026

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