PHPackages                             jungleran/aliyun-oss-php-sdk-flysystem - 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. jungleran/aliyun-oss-php-sdk-flysystem

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

jungleran/aliyun-oss-php-sdk-flysystem
======================================

This is a Flysystem adapter for the Aliyun OSS ^2.2.1

v2.3.0(7y ago)016MITPHPPHP &gt;=5.5.9

Since Jul 31Pushed 7y agoCompare

[ Source](https://github.com/jungleran/aliyun-oss-php-sdk-flysystem)[ Packagist](https://packagist.org/packages/jungleran/aliyun-oss-php-sdk-flysystem)[ RSS](/packages/jungleran-aliyun-oss-php-sdk-flysystem/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (12)Used By (0)

Flysystem Adapter for AliCloud OSS
==================================

[](#flysystem-adapter-for-alicloud-oss)

[![Build Status](https://camo.githubusercontent.com/7a59b26cc20cbbb09c21b76d44d51613e18dbf3531921779732dc05818809d92/68747470733a2f2f7472617669732d63692e6f72672f616c6979756e2f616c6979756e2d6f73732d7068702d73646b2d666c7973797374656d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aliyun/aliyun-oss-php-sdk-flysystem)[![Coverage Status](https://camo.githubusercontent.com/15536ebcf242e2c72eeb59047331960762eec73531f3b532ae7881048b45da96/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f616c6979756e2f616c6979756e2d6f73732d7068702d73646b2d666c7973797374656d2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/aliyun/aliyun-oss-php-sdk-flysystem?branch=master)

This is a Flysystem Adapter for the AliCloud OSS ^2.2.1

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

[](#installation)

```
composer require aliyuncs/aliyun-oss-flysystem
```

Environment variables (oss.env)
-------------------------------

[](#environment-variables-ossenv)

Samples and unit tests depend on environment variables for OSS configuration.

```
cp oss.env-example oss.env
vim oss.env

# edit environment variables, e.g.:
export OSS_ACCESS_KEY_ID=your id
export OSS_ACCESS_KEY_SECRET=your secret
export OSS_ENDPOINT=your endpoint
export OSS_BUCKET=your bucket

Write and save (:wq).

```

Running Sample
--------------

[](#running-sample)

```
source oss.env

cd vendor/aliyun/aliyun-oss-flysystem/

php samples/AliyunOssFlysystem.php

```

Running Test
------------

[](#running-test)

```
source oss.env

cd vendor/aliyun/aliyun-oss-flysystem/

composer install

php vendor/bin/phpunit
```

License
-------

[](#license)

- [MIT](https://github.com/aliyun/aliyun-oss-php-sdk-flysystem/blob/master/LICENSE.md)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 64.7% 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 ~119 days

Total

4

Last Release

2849d ago

Major Versions

v1.2.0 → v2.3.02018-07-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cf4ebd9bedf6084a094cf15d5ca31a08683c6e7f15f0cc7acffc89e8fbea27e?d=identicon)[jungleran](/maintainers/jungleran)

---

Top Contributors

[![RobertYue19900425](https://avatars.githubusercontent.com/u/16470908?v=4)](https://github.com/RobertYue19900425 "RobertYue19900425 (22 commits)")[![baiyubin2020](https://avatars.githubusercontent.com/u/75470723?v=4)](https://github.com/baiyubin2020 "baiyubin2020 (4 commits)")[![nopolabs](https://avatars.githubusercontent.com/u/815864?v=4)](https://github.com/nopolabs "nopolabs (4 commits)")[![ranqiangjun](https://avatars.githubusercontent.com/u/5101533?v=4)](https://github.com/ranqiangjun "ranqiangjun (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)
