PHPackages                             ysandreew/qcloud-cos - 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. ysandreew/qcloud-cos

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

ysandreew/qcloud-cos
====================

1.0(8y ago)165MITPHP

Since Nov 21Pushed 8y agoCompare

[ Source](https://github.com/Lov3ling/QcloudCos)[ Packagist](https://packagist.org/packages/ysandreew/qcloud-cos)[ RSS](/packages/ysandreew-qcloud-cos/feed)WikiDiscussions master Synced 2w ago

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

QcloudCos
=========

[](#qcloudcos)

在Laravel中集成腾讯云cos储存扩展

安装 `composer require ysandreew/qcloud-cos`

注册服务提供者以及代理

```
"providers" =>[
   Lee\QcloudCos\QcloudCosServiceProvider::class,
],
"aliases" =>[
  'QcloudCos'=>Lee\QcloudCos\Facades\QcloudCos::class
]

```

发布配置文件至config/qcloud.php

`php artisan vendor:publish --provider="Lee\QcloudCos\QcloudCosServiceProvider"`

在配置文件添加你的腾讯云app\_id以及秘钥

```
return[
    'app_id' => '123456789',
    'secret_id' => 'xxxxxxxxxxxxxxxxxx',
    'secret_key' => 'xxxxxxxxxxxxxxxxxxxx',
    'timeout' => 60
];

```

配置完成后即可在Laravel中操作Cos存储

```

use Lee\QcloudCos\Facades\QcloudCos;
   //
·  QcloudCos::createFolder('bucketName','folder')

```

更多方法参照[腾讯云cos储存sdk文档](https://cloud.tencent.com/document/product/436/6274)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3145d ago

Major Versions

0.0 → 1.02017-11-21

### Community

Maintainers

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

---

Top Contributors

[![Lov3ling](https://avatars.githubusercontent.com/u/26020304?v=4)](https://github.com/Lov3ling "Lov3ling (3 commits)")

### Embed Badge

![Health badge](/badges/ysandreew-qcloud-cos/health.svg)

```
[![Health](https://phpackages.com/badges/ysandreew-qcloud-cos/health.svg)](https://phpackages.com/packages/ysandreew-qcloud-cos)
```

###  Alternatives

[freyo/flysystem-qcloud-cos-v4

Flysystem Adapter for Tencent Qcloud COS SDK V4

144.7k1](/packages/freyo-flysystem-qcloud-cos-v4)[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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