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 yesterday

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 41% 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

2877d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6315451?v=4)[Leon J](/maintainers/jyj1993126)[@jyj1993126](https://github.com/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

[laravel/framework

The Laravel Framework.

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

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M976](/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.1k3.4M81](/packages/unisharp-laravel-filemanager)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40432.5M125](/packages/league-flysystem-bundle)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k786.7k9](/packages/alexusmai-laravel-file-manager)

PHPackages © 2026

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