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

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

simonxiaoma/yii2-flysystem-aliyun-oss
=====================================

The Flysystem AliyunOss adapter for the Yii framework

061PHP

Since Jan 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Brother-Simon/yii2-flysystem-aliyun-oss)[ Packagist](https://packagist.org/packages/simonxiaoma/yii2-flysystem-aliyun-oss)[ RSS](/packages/simonxiaoma-yii2-flysystem-aliyun-oss/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-flysystem-aliyun-oss
=========================

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

The Flysystem AliyunOss adapter for the Yii framework

Installing
----------

[](#installing)

```
$ composer require jimchen/yii2-flysystem-aliyun-oss -vvv
```

Usage
-----

[](#usage)

Configure application components as follows

```
return [
    //...
    'components' => [
        //...
        'ossFs' => [
            'class' => 'jimchen\flysystem\AliyunOssFilesystem',
            'key' => 'your-key',
            'secret' => 'your-secret',
            'bucket' => 'your-bucket',
            'endpoint' => 'http://my-custom-url',
            // 'isCName' => false,
            // 'securityToken' => null,
            // 'requestProxy' => null,
            // 'prefix' => 'your-prefix',
            // 'options' => [],
        ],
    ],
];
```

More about AliyunOss configuration please see [here](https://www.alibabacloud.com/help/product/31815.htm?spm=a3c0i.7950270.1167928.3.4431ab91xnocii).

What about the `options` you can follow the [repo](https://github.com/JimChenWYU/flysystem-aliyun-oss) to see more.

License
-------

[](#license)

MIT

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/18beec2e3d651bf2beadb2c15f15910f7a013be90c05801a1c13f69bae7d7cf5?d=identicon)[Brother-Simon](/maintainers/Brother-Simon)

---

Top Contributors

[![Brother-Simon](https://avatars.githubusercontent.com/u/6212440?v=4)](https://github.com/Brother-Simon "Brother-Simon (2 commits)")

### Embed Badge

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

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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