PHPackages                             shion/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. shion/aliyun-oss

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

shion/aliyun-oss
================

Flysystem adapter for the Aliyun OSS

0.1.1(10y ago)327MITPHPPHP &gt;=5.5.0

Since Oct 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/joyshion/AliyunOSS)[ Packagist](https://packagist.org/packages/shion/aliyun-oss)[ RSS](/packages/shion-aliyun-oss/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

\#Shion\\Aliyun\\OSS Flysystem adapter for the Aliyun OSS, support for Laravel.

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

[](#installation)

Through Composer, obviously:

```
composer require shion/aliyun-oss
```

Once Aliyun OSS is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

```
Shion\Aliyun\OSS\OSSServiceProvider::class
```

Configuration
-------------

[](#configuration)

```
'oss' => [
    'driver' => 'oss',
    'access_id' => 'your_access_id',
    'access_key' => 'your_access_key',
    'bucket' => 'bucket_name',
    'region' => 'bucket_region',
    'internal_mode' => false,
],
```

> #### region
>
> [](#region)
>
> The region of Aliyun OSS Data Center. Accepted region are `hangzhou`, `qingdao`, `beijing`, `hongkong`, `shenzhen`, `shanghai`, `west-1` and `southeast-1`.

> #### internal\_mode
>
> [](#internal_mode)
>
> Use the internal mode. Provided that your ECS and Bucket in the same region.

\##Usage Visit [http://laravel.com/docs/5.1/filesystem](http://laravel.com/docs/5.1/filesystem "http://laravel.com/docs/5.1/filesystem")

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~238 days

Total

2

Last Release

3685d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e038572e6ae70ae66620a914b930279785e9011a4f9eabe4c820886ea64d394d?d=identicon)[Shion](/maintainers/Shion)

---

Top Contributors

[![joyshion](https://avatars.githubusercontent.com/u/8948217?v=4)](https://github.com/joyshion "joyshion (2 commits)")

---

Tags

Flysystemlaravelaliyunoss

### Embed Badge

![Health badge](/badges/shion-aliyun-oss/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[luoyy/ali-oss-storage

aliyun oss filesystem storage for laravel 10+

1531.0k1](/packages/luoyy-ali-oss-storage)

PHPackages © 2026

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