PHPackages                             cdxmj/laravel-qingstor-storage - 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. cdxmj/laravel-qingstor-storage

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

cdxmj/laravel-qingstor-storage
==============================

v0.0.2(7y ago)039MITPHPPHP &gt;=5.5.9

Since May 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ftlh2005/qingstor)[ Packagist](https://packagist.org/packages/cdxmj/laravel-qingstor-storage)[ RSS](/packages/cdxmj-laravel-qingstor-storage/feed)WikiDiscussions master Synced 2w ago

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

Laravel QingStor Storage
========================

[](#laravel-qingstor-storage)

关于
--

[](#关于)

Laravel QingStor 文件上传系统，基于[青云官方SDK](https://github.com/yunify/qingstor-sdk-php)。 推荐使用[laravel-upload-manager](https://github.com/zgldh/laravel-upload-manager)进行整合。

安装
--

[](#安装)

- Composer 安装 ```
    composer require cdxmj/laravel-qingstor-storage

    ```
- 下载安装，下载解压缩即可

配置
--

[](#配置)

- 配置青云的API Key和Secret

    ```
            // 在config/filesystems.php disks数组添加如下代码
            'qingstor' => [
                'driver' => 'QingStor',
                'bucket' => 'My Bucket',
                'zone' => 'My Zone',
                'access_key_id' => 'Access ID', // 青云App Key
                'secret_access_key' => 'Access Secret', //青云App Secret
                'domain'    => 'src.xxx.com',
                'protocol'  => 'http', // 服务使用的协议，如需使用 http，在此配置 http
            ],
    ```

用法
--

[](#用法)

- 简单用法
    - 设置为默认上传策略 将 config/filesystems.php default 值改为 "qingstor" ```
        \Storage::put($path, $content);
        ```
    - 自定义上传策略 ```
        \Storage::disk('qingstor')->put($path, $content);
        ```
- 更多用法请参考 [Laravel官方文档](https://laravel.com/docs/5.5/filesystem)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2597d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6311331?v=4)[ftlh2005](/maintainers/ftlh2005)[@ftlh2005](https://github.com/ftlh2005)

---

Top Contributors

[![ftlh2005](https://avatars.githubusercontent.com/u/6311331?v=4)](https://github.com/ftlh2005 "ftlh2005 (9 commits)")

### Embed Badge

![Health badge](/badges/cdxmj-laravel-qingstor-storage/health.svg)

```
[![Health](https://phpackages.com/badges/cdxmj-laravel-qingstor-storage/health.svg)](https://phpackages.com/packages/cdxmj-laravel-qingstor-storage)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M976](/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.1k3.4M81](/packages/unisharp-laravel-filemanager)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40432.5M125](/packages/league-flysystem-bundle)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k786.7k9](/packages/alexusmai-laravel-file-manager)

PHPackages © 2026

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