PHPackages                             huiwang/flysystem-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. huiwang/flysystem-oss

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

huiwang/flysystem-oss
=====================

flysystem adapter for the aliyun oss storage

1.0.1(5y ago)59MITPHPPHP &gt;=7.1CI failing

Since May 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/huiwanggo/flysystem-oss)[ Packagist](https://packagist.org/packages/huiwang/flysystem-oss)[ RSS](/packages/huiwang-flysystem-oss/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

flysystem-oss
=============

[](#flysystem-oss)

💾 Flysystem adapter for the aliyun oss storage

安装
--

[](#安装)

```
composer require "huiwang/flysystem-oss" -vvv

```

使用
--

[](#使用)

```
$accessKeyId = '';
$accessKeySecret = '';
$endpoint = '';
$bucket = '';

$client = new \OSS\OssClient($accessKeyId, $accessKeySecret, $endpoint);

$adapter = new \Huiwang\Flysystem\Oss\OssAdapter($client, $bucket);

$filesystem = new \League\Flysystem\Filesystem($adapter, ['disable_asserts' => true]);

$filesystem->addPlugin(new \Huiwang\Flysystem\Oss\Plugins\FileUrl());
$filesystem->addPlugin(new \Huiwang\Flysystem\Oss\Plugins\TemporaryUrl());

```

API
---

[](#api)

[API - Flysystem](https://flysystem.thephpleague.com/v1/docs/usage/filesystem-api/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

2189d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75b10264b606d1285a48f84338461487c81470fc9fde1c6da1c52cd636c70602?d=identicon)[huiwang](/maintainers/huiwang)

---

Top Contributors

[![huiwanggo](https://avatars.githubusercontent.com/u/19189837?v=4)](https://github.com/huiwanggo "huiwanggo (6 commits)")[![jiangducc](https://avatars.githubusercontent.com/u/128661099?v=4)](https://github.com/jiangducc "jiangducc (2 commits)")

---

Tags

adapterflysystemoss

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

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

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[iidestiny/flysystem-oss

Flysystem adapter for the Oss storage.

95607.5k26](/packages/iidestiny-flysystem-oss)[yii2-starter-kit/yii2-file-kit

Yii2 file upload and storage kit

151216.8k6](/packages/yii2-starter-kit-yii2-file-kit)[xxtime/flysystem-aliyun-oss

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

51505.3k28](/packages/xxtime-flysystem-aliyun-oss)

PHPackages © 2026

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