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(6y ago)039MITPHPPHP &gt;=5.5.9

Since May 22Pushed 6y 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 yesterday

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 19% 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

2548d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6044d5ec64fec7d8a45f61132c4cf398aafe9f11ecc4fc1bdeda8f1ba95d4da?d=identicon)[ftlh2005](/maintainers/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

[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-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40029.5M87](/packages/league-flysystem-bundle)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)

PHPackages © 2026

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