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

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

orzcc/aliyun-oss
================

Aliyun oss for Laravel5, also support flysystem adapter

2825.6k9PHP

Since Dec 28Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)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 orzcc/aliyun-oss
```

This service provider must be registered.

```
// config/app.php

'providers' => [
    '...',
    'Orzcc\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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.4% 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/9fcbc9d87e31e6370d6b5f4913850894ef922c16a5276a55c8d43453e146b6e1?d=identicon)[orzcc](/maintainers/orzcc)

---

Top Contributors

[![orzcc](https://avatars.githubusercontent.com/u/402270?v=4)](https://github.com/orzcc "orzcc (14 commits)")[![kukat](https://avatars.githubusercontent.com/u/107503?v=4)](https://github.com/kukat "kukat (2 commits)")[![hellojujian](https://avatars.githubusercontent.com/u/3235793?v=4)](https://github.com/hellojujian "hellojujian (1 commits)")

---

Tags

aliyunlaraveloss

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/orzcc-aliyun-oss/health.svg)](https://phpackages.com/packages/orzcc-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)
