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 3d 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 54% 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

3097d ago

Major Versions

0.0 → 1.02017-11-21

### Community

Maintainers

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

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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