PHPackages                             razonyang/yii2-flysystem-aliyun-oss - 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. razonyang/yii2-flysystem-aliyun-oss

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

razonyang/yii2-flysystem-aliyun-oss
===================================

Aliyun OSS Adapter for Yii2 Flysystem

1.0.0(6y ago)712.6k↓18.9%1BSD-3-ClausePHPPHP ^7.1

Since Aug 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/razonyang/yii2-flysystem-aliyun-oss)[ Packagist](https://packagist.org/packages/razonyang/yii2-flysystem-aliyun-oss)[ RSS](/packages/razonyang-yii2-flysystem-aliyun-oss/feed)WikiDiscussions master Synced 1mo ago

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

Aliyun OSS Adapter for Yii2 Flysystem
=====================================

[](#aliyun-oss-adapter-for-yii2-flysystem)

[![Build Status](https://camo.githubusercontent.com/a37a4083d87fd8d7e446d94c6e43cde7c9e5db6f133b3c6f299cac2abcedce24/68747470733a2f2f7472617669732d63692e6f72672f72617a6f6e79616e672f796969322d666c7973797374656d2d616c6979756e2d6f73732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/razonyang/yii2-flysystem-aliyun-oss)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/577eca6a8d43e9b208aea5e34c0050a84bf3fd3a3cc7174c309d1ea7e18353a6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f72617a6f6e79616e672f796969322d666c7973797374656d2d616c6979756e2d6f73732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/razonyang/yii2-flysystem-aliyun-oss/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/57393946c78dfeeb8cef52a67c1addecc72abf07b9e7a513dbe00f11443b68ba/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f72617a6f6e79616e672f796969322d666c7973797374656d2d616c6979756e2d6f73732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/razonyang/yii2-flysystem-aliyun-oss/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/e6ce34b920e2a1c247c99c703b2158c16aa903881f2f3b4c00a994160aa3b0ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72617a6f6e79616e672f796969322d666c7973797374656d2d616c6979756e2d6f73732e737667)](https://packagist.org/packages/razonyang/yii2-flysystem-aliyun-oss)[![Total Downloads](https://camo.githubusercontent.com/7e6e3b9a96f6340e0f0043f3e247377aa2c3b2d1f42f938fcacb5ca4d90f3a67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72617a6f6e79616e672f796969322d666c7973797374656d2d616c6979756e2d6f73732e737667)](https://packagist.org/packages/razonyang/yii2-flysystem-aliyun-oss)[![LICENSE](https://camo.githubusercontent.com/a4154ad1d7360ad50e54f60b47538e9946a0db6838bc08853078bade7850af6b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72617a6f6e79616e672f796969322d666c7973797374656d2d616c6979756e2d6f7373)](LICENSE)

Installation
------------

[](#installation)

```
composer require razonyang/yii2-flysystem-aliyun-oss

```

Usage
-----

[](#usage)

Configuration:

```
return [
    'components' => [
        'aliyunOss' => [
            'class' => \RazonYang\Yii2\Flysystem\AliyunOssFilesystem::class,
            'accessKeyId' => '',
            'accessKeySecret' => '',
            'endpoint' => '', // endpoint
            'isCName' => false,
            'bucket' => '', // bucket name
        ],
    ],
];
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

2447d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17720932?v=4)[Razon Yang](/maintainers/RazonYang)[@razonyang](https://github.com/razonyang)

---

Top Contributors

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

---

Tags

Flysystemyii2aliyunoss

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/razonyang-yii2-flysystem-aliyun-oss/health.svg)

```
[![Health](https://phpackages.com/badges/razonyang-yii2-flysystem-aliyun-oss/health.svg)](https://phpackages.com/packages/razonyang-yii2-flysystem-aliyun-oss)
```

###  Alternatives

[johnlui/aliyun-oss

阿里云 OSS 官方 SDK 的 Composer 封装，支持任何 PHP 项目，包括 Laravel、Symfony、TinyLara 等等。

501178.3k6](/packages/johnlui-aliyun-oss)[craftcms/aws-s3

Amazon S3 integration for Craft CMS

631.5M26](/packages/craftcms-aws-s3)

PHPackages © 2026

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