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

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

jyj1993126/flysystem-aliyun-oss
===============================

Flysystem adapter for the Aliyun OSS SDK

1.0(7y ago)072MITPHPPHP &gt;=5.5.0

Since Aug 15Pushed 7y ago1 watchersCompare

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

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

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

[](#flysystem-aliyun-oss)

league/flysystem-aws-s3-v3 like package but for aliyun oss(Object Storage Service)

完全实现Laravel文档所描述的所有API，包括setVisibility，put时使用resource等

Tips:
-----

[](#tips)

上传的时候指定文件下载时的文件名(Laravel 5.4以后可用，之前版本的put方法第三个参数只能设置public/private)：

```
Storage::put('a.txt', 'content', ['headers' => ['Content-Disposition' => 'attachment;filename=b.txt']])

```

下载的时候临时指定保存文件名(Laravel 5.4后可用，之前没有temporaryUrl方法）：

```
Storage::temporaryUrl('a.txt', 60, ['response-content-disposition' => 'attachment;filename=b.txt'])

```

Laravel 5.4之前想指定下载文件名的的使用方式：

```
Storage::disk('oss')->getDriver()->getAdapter()->getTemporaryUrl(
            'a.txt', 180, ['response-content-disposition' => 'attachment;filename=b.txt')]
        );

```

**阿里云OSS公共读取权限的文件下载的时候是不可以指定保存文件名的**。

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

2827d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/accf07cbdaa26f5acb9116cd225bfe0cb764629f6025ed86d9f93f4ca1c54cbf?d=identicon)[jyj1993126](/maintainers/jyj1993126)

---

Top Contributors

[![zsimple](https://avatars.githubusercontent.com/u/9044544?v=4)](https://github.com/zsimple "zsimple (12 commits)")

### Embed Badge

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

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