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

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

aquaz/laravel-filesystem-oss
============================

AliyunOSS filesystem for Laravel

v1.0.1(5y ago)133MITPHP

Since Dec 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/AquaZ/laravel-filesystem-oss)[ Packagist](https://packagist.org/packages/aquaz/laravel-filesystem-oss)[ RSS](/packages/aquaz-laravel-filesystem-oss/feed)WikiDiscussions master Synced 1mo ago

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

Oss Filesystem for Laravel
==========================

[](#oss-filesystem-for-laravel)

扩展包要求
-----

[](#扩展包要求)

- PHP &gt;= 7.0

安装命令
----

[](#安装命令)

```
$ composer require "aquaz/laravel-filesystem-oss" -vvv
```

配置
--

[](#配置)

1. laravel5.5以下版本需手动注册服务提供者`config/app.php`

```
'providers' => [
    \AquaZ\LaravelFilesystemOss\OssStorageServiceProvider::class,
],
```

2. 添加oss配置 `config/filesystems.php`

```
   'disks' => [
        'oss' => [
            'driver' => 'oss',
            'key_id' => env('oss_id'),
            'key_secret' => env('oss_key'),
            'end_point' => env('oss_point'),
            'bucket' => env('oss_bucket'),
            'isCName' => env('oss_iscname', false)
        ],
    ],
```

基本使用
----

[](#基本使用)

- 参考官方文档，实例化一个oss的磁盘后，storage方法基本通用()

    `Storage::disk('oss')->put('test/1.log', 'Test put a file');`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

2

Last Release

1974d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cfb605570610836c78ff7943beedd060af49f547604ca9a84268588bf04ebaf?d=identicon)[qizhaozhang](/maintainers/qizhaozhang)

### Embed Badge

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

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

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