PHPackages                             bugsheng/laravel-filesystem-alioss - 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. bugsheng/laravel-filesystem-alioss

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

bugsheng/laravel-filesystem-alioss
==================================

No description

1.0.1(4y ago)06MITPHPPHP ^7.0|^8.0

Since Dec 30Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (7)Versions (4)Used By (0)

laravel-filesystem-alioss
=========================

[](#laravel-filesystem-alioss)

适配Laravel框架文件系统的阿里云文件存储(OSS)的扩展包

### 安装

[](#安装)

#### 1. 获取扩展内容

[](#1-获取扩展内容)

```
composer require bugsheng/laravel-filesystem-alioss
```

#### 2. 设置配置项

[](#2-设置配置项)

1. 在主项目(laravel框架) config/filesystems.php 中 添加 aliOss 驱动的相关配置

```
    ...

    'disks' => [
        ...

        'aliOss' => [
            'driver'            => 'aliOss',
            'access_key_id'     => env('ALI_OSS_ACCESS_KEY_ID', ''),
            //从OSS获得的AccessKeyId
            'access_key_secret' => env('ALI_OSS_ACCESS_KEY_SECRET', ''),
            //从OSS获得的AccessKeySecret
            'bucket'            => env('ALI_OSS_BUCKET', ''),
            //OSS中设置的空间bucket
            'cdn_domain'        => env('ALI_OSS_CDN_DOMAIN'),
            // 如果isCName为true, getUrl会判断cdnDomain是否设定来决定返回的url，如果cdnDomain未设置，则使用endpoint来生成url，否则使用cdn
            'endpoint'          => env('ALI_OSS_ENDPOINT', 'oss-cn-hangzhou.aliyuncs.com'),
            //您选定的OSS数据中心访问域名，例如oss-cn-hangzhou.aliyuncs.com
            'endpoint_internal' => env('ALI_OSS_ENDPOINT_INTERNAL', ''),
            //内网地址
            'isCName'           => env('ALI_OSS_IS_CNAME', false),
            //是否对Bucket做了域名绑定，并且Endpoint参数填写的是自己的域名
            'ssl'               => env('ALI_OSS_SSL', false),
            //是否使用ssl 即链接是否使用https
        ]

    ]
    ...

```

2. 根据自身环境调整设置.env文件

```
    ...

    #阿里access
    ALI_ACCESS_KEY_ID=
    ALI_ACCESS_KEY_SECRET=

    #阿里云存储
    ##阿里云密钥key
    ALI_OSS_ACCESS_KEY_ID="${ALI_ACCESS_KEY_ID}"
    ##阿里云密钥secret
    ALI_OSS_ACCESS_KEY_SECRET="${ALI_ACCESS_KEY_SECRET}"
    ##阿里云网关地址
    ALI_OSS_ENDPOINT=
    ##阿里云内网网关地址 外网使用时 请勿填写该配置内容
    ALI_OSS_ENDPOINT_INTERNAL=
    ##阿里云OSS存储空间
    ALI_OSS_BUCKET=
    ##是否使用CDN
    ALI_OSS_CDN_DOMAIN=
    ##是否使用SSL证书
    ALI_OSS_SSL=
    ##是否使用自定义域名
    ALI_OSS_IS_CNAME=

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Every ~7 days

Total

2

Last Release

1638d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16681022?v=4)[第五焱陽](/maintainers/shenglin-php)[@shenglin-php](https://github.com/shenglin-php)

---

Top Contributors

[![shenglin-php](https://avatars.githubusercontent.com/u/16681022?v=4)](https://github.com/shenglin-php "shenglin-php (1 commits)")

### Embed Badge

![Health badge](/badges/bugsheng-laravel-filesystem-alioss/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)[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)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M188](/packages/laravel-ai)

PHPackages © 2026

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