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

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

gexingw/laravel-qingstor-storage
================================

v0.0.4(8y ago)82321MITPHPPHP &gt;=5.5.9

Since Dec 20Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (6)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 gexingw/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
            ],
    ```

用法
--

[](#用法)

- 简单用法
    - 设置为默认上传策略 将 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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~6 days

Total

4

Last Release

3053d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ce1fa8e3766aa06985da7670a29d24cdba522633164a40fdb6748e152a091eb?d=identicon)[\_\_geXing](/maintainers/__geXing)

---

Top Contributors

[![cnWangsf](https://avatars.githubusercontent.com/u/26873413?v=4)](https://github.com/cnWangsf "cnWangsf (6 commits)")[![geXingW](https://avatars.githubusercontent.com/u/17963568?v=4)](https://github.com/geXingW "geXingW (2 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/gexingw-laravel-qingstor-storage/health.svg)](https://phpackages.com/packages/gexingw-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.

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

Symfony bundle integrating Flysystem into Symfony applications

40129.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)
