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

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

overnic/laravel-aliyun-oss
==========================

Aliyun oss for Laravel5, also support flysystem adapter

v0.1.1(9y ago)031MITPHPPHP &gt;=5.4.0

Since Apr 13Pushed 9y ago1 watchersCompare

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

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

Aliyun OSS adapter
==================

[](#aliyun-oss-adapter)

Aliyun oss for Laravel5, also support flysystem adapter.

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

[](#installation)

This package can be installed through Composer.

```
composer require overnic/laravel-aliyun-oss
```

This service provider must be registered.

```
// config/app.php

'providers' => [
    '...',
    'Overnic\AliyunOss\AliyunOssServiceProvider',
];
```

At last, you can edit the config file: config/filesystem.php.

add a disk config to the config

```
'oss' => [
    'driver'       => 'oss',
  	'access_id'    => 'Your oss access id',
  	'access_key' 	 => 'Your oss access key',
  	'bucket' 	     => 'Your project bucket on oss',
  	'endpoint'     => '', // 青岛节点需要指定，杭州节点不需要
    'prefix'       => ''  // Path prefix, default can keep empty
],
```

change default to oss

```
'default' => 'oss';
```

Usage
-----

[](#usage)

You can now use Laravel5's flysystem to upload or get file/directory from oss, follow the document,

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

Total

2

Last Release

3293d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a33f3d22f7c5ba81df984215eda327fe21f224f59a8a8cb404138042ec9f788?d=identicon)[overnic](/maintainers/overnic)

---

Top Contributors

[![0daynick](https://avatars.githubusercontent.com/u/17755109?v=4)](https://github.com/0daynick "0daynick (3 commits)")

---

Tags

Flysystemlaravelaliyunoss

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

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

2.2k3.5M83](/packages/unisharp-laravel-filemanager)[luoyy/ali-oss-storage

aliyun oss filesystem storage for laravel 10+

1531.0k1](/packages/luoyy-ali-oss-storage)[aobozhang/aliyun-oss-adapter

Use Aliyun oss as Storage for Laravel 5.0+

141.0k](/packages/aobozhang-aliyun-oss-adapter)

PHPackages © 2026

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