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(6y 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 3w 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 35% 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

2238d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/720508?v=4)[Hui Wang](/maintainers/huiwang)[@huiwang](https://github.com/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

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/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.5M85](/packages/unisharp-laravel-filemanager)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40432.5M138](/packages/league-flysystem-bundle)[iidestiny/flysystem-oss

Flysystem adapter for the Oss storage.

96640.6k29](/packages/iidestiny-flysystem-oss)

PHPackages © 2026

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