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

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

zing/laravel-flysystem-obs
==========================

Flysystem Adapter for OBS

2.8.1(3mo ago)1212.5k↓22%1MITPHPPHP ^8.0CI passing

Since Jun 9Pushed 2w ago1 watchersCompare

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

READMEChangelog (10)Dependencies (22)Versions (28)Used By (0)

Laravel Flysystem OBS
=====================

[](#laravel-flysystem-obs)

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

[![Build Status](https://github.com/zingimmick/laravel-flysystem-obs/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/zingimmick/laravel-flysystem-obs/actions)[![Code Coverage](https://camo.githubusercontent.com/fc5b813550cbde16f1801a830ab04c1ef541dce8ab0230375d6c0ea3c4264ae1/68747470733a2f2f636f6465636f762e696f2f67682f7a696e67696d6d69636b2f6c61726176656c2d666c7973797374656d2d6f62732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/zingimmick/laravel-flysystem-obs)[![Latest Stable Version](https://camo.githubusercontent.com/ac0b52acf53f9931af1d985bc670c8f1183e7bbad30d0d2e442bab24fd3ccbcb/68747470733a2f2f706f7365722e707567782e6f72672f7a696e672f6c61726176656c2d666c7973797374656d2d6f62732f762f737461626c652e737667)](https://packagist.org/packages/zing/laravel-flysystem-obs)[![Total Downloads](https://camo.githubusercontent.com/27c21613c2fad55ff9b9832e01a6084d7cbd644cb2939f57c7691ff36b8d6bc1/68747470733a2f2f706f7365722e707567782e6f72672f7a696e672f6c61726176656c2d666c7973797374656d2d6f62732f646f776e6c6f616473)](https://packagist.org/packages/zing/laravel-flysystem-obs)[![Latest Unstable Version](https://camo.githubusercontent.com/341bcfebfb7be43095d5c6d1895b6c59105b7b11c0bce36931647ca58b6576d7/68747470733a2f2f706f7365722e707567782e6f72672f7a696e672f6c61726176656c2d666c7973797374656d2d6f62732f762f756e737461626c652e737667)](https://packagist.org/packages/zing/laravel-flysystem-obs)[![License](https://camo.githubusercontent.com/da1a28d3fc2afda82f2321acdcbd27ab99a08fda73363eaf27c6ee68d860cdad/68747470733a2f2f706f7365722e707567782e6f72672f7a696e672f6c61726176656c2d666c7973797374656d2d6f62732f6c6963656e7365)](https://packagist.org/packages/zing/laravel-flysystem-obs)

> **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 OBS using [Composer](https://getcomposer.org):

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

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

[](#configuration)

```
return [
    // ...
    'disks' => [
        // ...
        'obs' => [
            'driver' => 'obs',
            'root' => '',
            'key' => env('OBS_KEY'),
            'secret' => env('OBS_SECRET'),
            'bucket' => env('OBS_BUCKET'),
            'endpoint' => env('OBS_ENDPOINT'),
            'is_cname' => env('OBS_IS_CNAME', false),
            'security_token' => env('OBS_SECURITY_TOKEN'),
        ],
    ]
];
```

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

[](#environment)

```
OBS_KEY=
OBS_SECRET=
OBS_BUCKET=
OBS_ENDPOINT=
OBS_IS_CNAME=false
OBS_SECURITY_TOKEN=
```

License
-------

[](#license)

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

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance89

Actively maintained with recent releases

Popularity33

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 51.5% 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 ~72 days

Recently: every ~274 days

Total

25

Last Release

108d ago

Major Versions

1.1.2 → 2.0.32022-02-21

1.2.0 → 2.1.02022-02-22

1.2.1 → 2.1.12022-03-14

1.3.0 → 2.2.02022-03-28

1.x-dev → 2.3.02022-09-15

PHP version history (2 changes)0.0.1PHP ^7.2 || ^8.0

2.0.0PHP ^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 (103 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (89 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")[![deepsource-autofix[bot]](https://avatars.githubusercontent.com/in/57168?v=4)](https://github.com/deepsource-autofix[bot] "deepsource-autofix[bot] (2 commits)")

---

Tags

flysystemlaravelobsfilesystemFlysystemlaravelfilefilesstorageOBS

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

### Embed Badge

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

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

###  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.2M194](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[sausin/laravel-ovh

OVH Object Storage driver for laravel

42161.8k](/packages/sausin-laravel-ovh)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

2812.1M44](/packages/league-flysystem-async-aws-s3)

PHPackages © 2026

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