PHPackages                             lostinfo/laravel-filesystem-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. lostinfo/laravel-filesystem-oss

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

lostinfo/laravel-filesystem-oss
===============================

Oss storage filesystem for Laravel.

1.0(3y ago)018MITPHPPHP ^7.0|^8.0

Since Apr 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lostinfo/laravel-filesystem-oss)[ Packagist](https://packagist.org/packages/lostinfo/laravel-filesystem-oss)[ RSS](/packages/lostinfo-laravel-filesystem-oss/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

laravel filesystem oss
======================

[](#laravel-filesystem-oss)

> `"aliyuncs/oss-sdk-php": "^2.4"` doesObjectExist这个API，（CDN域名实例化），必须开启私有bucket回源才可以使用，但是开启了私有bucket回源的CDN，没有任何上传的权限，只能访问（角色限制）。

**只有使用OSS地域域名可调用全部接口**

```
composer require "lostinfo/laravel-filesystem-oss"

```

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

[](#configuration)

app/filesystems.php

```
'disks' => [
    ...
    'oss' => [
        'driver'     => 'oss',
        'root'       => '',
        'access_key' => env('OSS_ACCESS_KEY'),
        'secret_key' => env('OSS_SECRET_KEY'),
        'bucket'     => env('OSS_BUCKET'),
        'endpoint'   => env('OSS_ENDPOINT'),
        'is_cname'   => env('OSS_IS_CNAME', false),
        'cdn_url'    => env('OSS_CDN_URL'), # 配置后 Storage::url('xxx.png') 返回CDN域名路径
        'buckets'    => [],
    ],
]
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

1179d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fa7baeb078c784f3ed623f4741f63873a85099aa1b07275733d1d998ef8e424?d=identicon)[lostinfo](/maintainers/lostinfo)

---

Top Contributors

[![lostinfo](https://avatars.githubusercontent.com/u/24952193?v=4)](https://github.com/lostinfo "lostinfo (2 commits)")

### Embed Badge

![Health badge](/badges/lostinfo-laravel-filesystem-oss/health.svg)

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

###  Alternatives

[iidestiny/laravel-filesystem-oss

Oss storage filesystem for Laravel.

366559.2k15](/packages/iidestiny-laravel-filesystem-oss)

PHPackages © 2026

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