PHPackages                             vagh/laravel-upyun - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vagh/laravel-upyun

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vagh/laravel-upyun
==================

A upyun SDK For Laravel

1.0(6y ago)121MITPHP

Since Mar 2Pushed 6y agoCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

安装
--

[](#安装)

```
$ composer install vagh/laravel-upyun
```

配置
--

[](#配置)

在项目中 `config/filesystems.php` 中 `disks` 加入新的驱动

```
'upyun' => [
    'driver' => 'upyun',
    // bucket 名称
    'bucket' => '',
    // 操作员用户名
    'operator_name' => '',
    // 操作员密码
    'operator_password' => '',
    // 资源域名
    'domain' => '',
    // 是否使用 https 协议 默认否
    'use_ssl' => true
],
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2313d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6220019?v=4)[BigYu](/maintainers/vagh)[@vagh](https://github.com/vagh)

### Embed Badge

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

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

###  Alternatives

[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M62](/packages/knuckleswtf-scribe)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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