PHPackages                             kalax2/laravel-huaweicloud-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. kalax2/laravel-huaweicloud-obs

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

kalax2/laravel-huaweicloud-obs
==============================

HuaweiCloud OBS filesystem for laravel.

1.0.0(1y ago)09MITPHP

Since Sep 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kalax2/laravel-huaweicloud-obs)[ Packagist](https://packagist.org/packages/kalax2/laravel-huaweicloud-obs)[ RSS](/packages/kalax2-laravel-huaweicloud-obs/feed)WikiDiscussions master Synced 1mo ago

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

简介
--

[](#简介)

HuaweiCloud OBS filesystem for Laravel

使用方法
----

[](#使用方法)

安装

```
composer require kalax2/laravel-huaweicloud-obs
```

配置

```
// 在config/filesystems.php中添加相应配置
return [

    /* 其他配置 */

    'obs' => [
        'driver' => 'obs',
        'access_key' => env('OBS_ACCESS_KEY'),
        'access_secret' => env('OBS_ACCESS_SECRET'),
        'bucket' => env('OBS_BUCKET'),
        'region' => env('OBS_REGION'),      // 地域，详见 https://console.huaweicloud.com/apiexplorer/#/endpoint/OBS
        'ssl' => env('OBS_SSL', true),      // 是否使用https
        'domain' => env('OBS_DOMAIN', ''),  // 自定义域名
        'guzzle' => []                      // GuzzleHttp配置
    ]
];
```

使用

```
Storage::disk('obs')->put('hello.txt', 'world');
Storage::disk('obs')->temporaryUrl('hello.txt', now()->addMinutes(5));
```

更多用法请看[官方文档](https://laravel.com/docs/11.x/filesystem)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

614d ago

### Community

Maintainers

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

---

Top Contributors

[![kalax2](https://avatars.githubusercontent.com/u/6131120?v=4)](https://github.com/kalax2 "kalax2 (1 commits)")

---

Tags

filesystemlaravelstorageOBShuaweicloud

### Embed Badge

![Health badge](/badges/kalax2-laravel-huaweicloud-obs/health.svg)

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

###  Alternatives

[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1211.2k](/packages/zing-laravel-flysystem-obs)[dscmall/laravel-filesystem-obs

huawei cloud obs filesystem storage for laravel 5+

1523.1k1](/packages/dscmall-laravel-filesystem-obs)

PHPackages © 2026

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