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

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

zing/laravel-flysystem-oss
==========================

Flysystem Adapter for OSS

2.8.1(3mo ago)6241MITPHPPHP ^8.0CI passing

Since Jan 19Pushed 3w ago1 watchersCompare

[ Source](https://github.com/zingimmick/laravel-flysystem-oss)[ Packagist](https://packagist.org/packages/zing/laravel-flysystem-oss)[ Docs](https://github.com/zingimmick/laravel-flysystem-oss)[ Fund](https://www.paypal.com/paypalme/zingimmick)[ RSS](/packages/zing-laravel-flysystem-oss/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (20)Versions (25)Used By (0)

Laravel Flysystem OSS
=====================

[](#laravel-flysystem-oss)

OSS storage filesystem for Laravel based on [zing/flysystem-oss](https://github.com/zingimmick/flysystem-oss)

[![Build Status](https://github.com/zingimmick/laravel-flysystem-oss/actions/workflows/tests.yml/badge.svg?banch=master)](https://github.com/zingimmick/laravel-flysystem-oss/actions)[![Code Coverage](https://camo.githubusercontent.com/9c4f5a409faf50b2dbf882a2659dd005f1599e51249d61c93ae603462e4ffe2a/68747470733a2f2f636f6465636f762e696f2f67682f7a696e67696d6d69636b2f6c61726176656c2d666c7973797374656d2d6f73732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/zingimmick/laravel-flysystem-oss)[![Latest Stable Version](https://camo.githubusercontent.com/a0b78b9098c19c7ad9ec24f98ddbc172a670a5055cf26a23a18f7cd79790dbcb/68747470733a2f2f706f7365722e707567782e6f72672f7a696e672f6c61726176656c2d666c7973797374656d2d6f73732f762f737461626c652e737667)](https://packagist.org/packages/zing/laravel-flysystem-oss)[![Total Downloads](https://camo.githubusercontent.com/2f31955e9ca192be9df4fcd732aff0b6469abda6c2825db02f04d534ec6e2c15/68747470733a2f2f706f7365722e707567782e6f72672f7a696e672f6c61726176656c2d666c7973797374656d2d6f73732f646f776e6c6f616473)](https://packagist.org/packages/zing/laravel-flysystem-oss)[![Latest Unstable Version](https://camo.githubusercontent.com/47fb71fa2417a107898c0a674d060a32abf9d8a3fe1d17ce94d515c125ebdd49/68747470733a2f2f706f7365722e707567782e6f72672f7a696e672f6c61726176656c2d666c7973797374656d2d6f73732f762f756e737461626c652e737667)](https://packagist.org/packages/zing/laravel-flysystem-oss)[![License](https://camo.githubusercontent.com/de33ada1a9e78ff1ec9f988784bc379f07890a4771f776afcebfbe65f7e7c23f/68747470733a2f2f706f7365722e707567782e6f72672f7a696e672f6c61726176656c2d666c7973797374656d2d6f73732f6c6963656e7365)](https://packagist.org/packages/zing/laravel-flysystem-oss)

> **Requires**
>
> - **[PHP 8.0+](https://php.net/releases/)**
> - **[Laravel 9.0+](https://laravel.com/docs/releases)**

Version Information
-------------------

[](#version-information)

VersionIlluminatePHP VersionStatus2.x9.x&gt;= 8.0Active support 🚀1.x6.x - 8.x&gt;= 7.2Active supportRequire Laravel Flysystem OSS using [Composer](https://getcomposer.org):

```
composer require zing/laravel-flysystem-oss
```

Configuration
-------------

[](#configuration)

```
return [
    // ...
    'disks' => [
        // ...
        'oss' => [
            'driver' => 'oss',
            'root' => '',
            'access_key_id' => env('OSS_ACCESS_KEY_ID'),
            'access_key_secret' => env('OSS_ACCESS_KEY_SECRET'),
            'bucket' => env('OSS_BUCKET'),
            'endpoint' => env('OSS_ENDPOINT'),
            'is_cname' => env('OSS_IS_CNAME', false),
            'security_token' => env('OSS_SECURITY_TOKEN'),
        ],
    ]
];
```

Environment
-----------

[](#environment)

```
OSS_ACCESS_KEY_ID=
OSS_ACCESS_KEY_SECRET=
OSS_BUCKET=
OSS_ENDPOINT=
OSS_IS_CNAME=false
OSS_SECURITY_TOKEN=
```

License
-------

[](#license)

Laravel Flysystem OSS is an open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance89

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~72 days

Recently: every ~274 days

Total

22

Last Release

106d ago

Major Versions

1.0.1 → 2.0.22022-02-21

1.1.0 → 2.1.02022-02-22

1.1.1 → 2.1.12022-03-14

1.2.0 → 2.2.02022-03-28

1.x-dev → 2.3.02022-09-16

PHP version history (2 changes)2.0.0-beta.1PHP ^8.0

1.0.0-beta.1PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fafa5bffa28dcd722432b244bf3f0bfe773406df29fea295847e2397b95d50b?d=identicon)[zingimmick](/maintainers/zingimmick)

---

Top Contributors

[![zingimmick](https://avatars.githubusercontent.com/u/26657141?v=4)](https://github.com/zingimmick "zingimmick (74 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (73 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![deepsource-autofix[bot]](https://avatars.githubusercontent.com/in/57168?v=4)](https://github.com/deepsource-autofix[bot] "deepsource-autofix[bot] (1 commits)")

---

Tags

flysystemlaravelossfilesystemFlysystemlaravelfilefilesstorageoss

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

### Embed Badge

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

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

###  Alternatives

[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)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1212.5k](/packages/zing-laravel-flysystem-obs)[sausin/laravel-ovh

OVH Object Storage driver for laravel

42161.8k](/packages/sausin-laravel-ovh)

PHPackages © 2026

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