PHPackages                             brayun/yii2-upload - 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. brayun/yii2-upload

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

brayun/yii2-upload
==================

aliyun oss for filesystem

1.7(8y ago)133MITPHP

Since Aug 21Pushed 8y agoCompare

[ Source](https://github.com/brayun/yii2-upload)[ Packagist](https://packagist.org/packages/brayun/yii2-upload)[ RSS](/packages/brayun-yii2-upload/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

 [ ![上海柏锐网络科技有限公司](https://camo.githubusercontent.com/380a1444bbb495906d97d789817b0dd68629cb66d4be3988c888e1f427c3be0d/68747470733a2f2f7777772e62726179756e2e636f6d2f696d672f746f7563682f6368726f6d652d746f7563682d69636f6e2d313932783139322e706e67) ](https://www.brayun.com/)

 [上海柏锐网络科技有限公司](https://www.brayun.com)是一家技术型服务企业.可提供专业的技术外包服务,定制OA,ERP,电商系统,H5网站,天猫淘宝H5,欢迎前来咨询

安装
--

[](#安装)

```
composer require brayun/yii2-upload
```

说明
--

[](#说明)

```
return [
    //...
    'components' => [
        //...
        'upload' => [
            'class' => 'brayun\flysystem\OssFilesystem',
            'ossServer' => 'oss-cn-beijing.aliyuncs.com',
            'ossServerInternal' => 'oss-cn-shanghai-internal.aliyuncs.com',
            'accessKeyId' => 'your-accessKeyId',
            'accessKeySecret' => 'your-accessKeySecret',
            'bucket' => 'your-bucket'
            // 'internal' => false,  // 默认外网, true内网
        ],
    ],
];

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity68

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

Total

7

Last Release

3220d ago

### Community

Maintainers

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

---

Top Contributors

[![brayun](https://avatars.githubusercontent.com/u/31040271?v=4)](https://github.com/brayun "brayun (9 commits)")

### Embed Badge

![Health badge](/badges/brayun-yii2-upload/health.svg)

```
[![Health](https://phpackages.com/badges/brayun-yii2-upload/health.svg)](https://phpackages.com/packages/brayun-yii2-upload)
```

###  Alternatives

[thans/thinkphp-filesystem-cloud

thinkphp6.0 filesystem,include Aliyun and Qiniu

2238.7k3](/packages/thans-thinkphp-filesystem-cloud)

PHPackages © 2026

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