PHPackages                             ofcold/flysystem-ali\_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. ofcold/flysystem-ali\_oss

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

ofcold/flysystem-ali\_oss
=========================

Flysystem for Aliyun OSS.

1.0(8y ago)24MITPHPPHP ^7.1

Since Apr 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ofcold/flysystem-ali_oss)[ Packagist](https://packagist.org/packages/ofcold/flysystem-ali_oss)[ Docs](https://github.com/ofcold/flysystem-ali_oss)[ RSS](/packages/ofcold-flysystem-ali-oss/feed)WikiDiscussions master Synced 3d ago

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

flysystem-ali\_oss
==================

[](#flysystem-ali_oss)

AliYun OSS Storage adapter for flysystem.

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

[](#installation)

```
	composer require ofcold/flysystem-ali_oss
```

Usage
-----

[](#usage)

- Laravel Or pyrocms

```
	use League\Flysystem\Filesystem;
	use League\Flysystem\MountManager;
	use Illuminate\Filesystem\FilesystemManager;

	$driver = new Filesystem(new OssAdapter(
		new OssClient(
			'key',
			'secret',
			'endpoint'
		),
		'bucket',
		'endpoint',
		'Your prefix'
	));

	app(MountManager::class)->mountFilesystem($prefix, $driver);

	app(FilesystemManager::class)->extend(
		$this->disk->getSlug(),
		function () use ($driver) {
			return $driver;
		}
	);
```

Reference
---------

[](#reference)

-
-
- [https://help.aliyun.com/document\_detail/32099.html](https://help.aliyun.com/document_detail/32099.html)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

2944d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c52a844b37ff37e8fa6d7bf4b482d8ff4ef15e250098d1f60bd19041d953834?d=identicon)[billwithjiali](/maintainers/billwithjiali)

---

Top Contributors

[![lilianjin](https://avatars.githubusercontent.com/u/21023027?v=4)](https://github.com/lilianjin "lilianjin (5 commits)")

---

Tags

aliyun-ossflysystemlaravel55php71pyrocms3storageFlysystemlaravelpyrocmsaliyun-ossflysystem-aliyun-ossphp71

### Embed Badge

![Health badge](/badges/ofcold-flysystem-ali-oss/health.svg)

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

###  Alternatives

[xxtime/flysystem-aliyun-oss

AliYun OSS adapter for flysystem. Support PHP8. aliyuncs/oss-sdk-php ~2.6

51505.3k28](/packages/xxtime-flysystem-aliyun-oss)[masbug/flysystem-google-drive-ext

Flysystem adapter for Google Drive with seamless virtual&lt;=&gt;display path translation

2631.7M14](/packages/masbug-flysystem-google-drive-ext)[jerodev/flysystem-v3-smb-adapter

SMB adapter for Flysystem v3

1289.9k1](/packages/jerodev-flysystem-v3-smb-adapter)[danhunsaker/laravel-flysystem-others

Automatically registers every third-party Flysystem adapter it recognizes as a Laravel Filesystem Driver.

2332.5k](/packages/danhunsaker-laravel-flysystem-others)

PHPackages © 2026

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