PHPackages                             luguoit/tencent-wrappers - 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. luguoit/tencent-wrappers

ActiveLibrary

luguoit/tencent-wrappers
========================

v1.0.7(2y ago)032MITPHP

Since Dec 21Pushed 2y ago4 watchersCompare

[ Source](https://github.com/oasmobile/tencent-wrappers)[ Packagist](https://packagist.org/packages/luguoit/tencent-wrappers)[ RSS](/packages/luguoit-tencent-wrappers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (11)Used By (0)

tencent-wrappers
================

[](#tencent-wrappers)

```
composer require luguoit/tencent-wrappers

```

CMQ

```
$queue = new TencentCmqQueue(
    "x",
    "x",
    "https:cmq-use.public.tencenttdmq.com",
    "mdata-rawlog"
);

$messages = $queue->receiveMessages(5);
$queue->deleteMessages($messages);

```

COS

```
/** @var CosClient $client */
$client = new  CosClient(
    "x",
    "x",
    "ap-beijing"
);

$list = $client->listObjects(['Bucket' => "mdata-rawlog-test-bj-1300994929"]);
print_r($list);

```

Flysystem COS

```

$client = new ExtendedFilesystem(
            new ExtendedCosAdapter(
                new CosClient($config["access_key"],$config["access_secret"],$config["region"]),
                $config["bucket"]
            )
);

$client->has("202212081440_000_6");
$client->put("t001.txt","111");
$a = $client->write("t002.txt","111");
$a = $client->writeStream("t_stream.txt",fopen("README.md","r"));
$a = $client->copy("t_stream.txt","t_stream2.txt");
$a = $client->delete( "t_stream2.txt");
$a = $client->read( "t001.txt");
print_r($a);

$fh = $client->readStream( "202212081440_000_6");
while (!feof($fh)) {
    print_r(fgets($fh));
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Recently: every ~84 days

Total

9

Last Release

899d ago

Major Versions

v0.0.2 → v1.0.02022-12-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf9805083bac45f390528ae6ce2042823ce629ad8a971aec06eb9d3e643da588?d=identicon)[zhangqitao1](/maintainers/zhangqitao1)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luguoit-tencent-wrappers/health.svg)

```
[![Health](https://phpackages.com/badges/luguoit-tencent-wrappers/health.svg)](https://phpackages.com/packages/luguoit-tencent-wrappers)
```

###  Alternatives

[freyo/flysystem-qcloud-cos-v5

Flysystem Adapter for Tencent Qcloud COS SDK V5

156196.2k6](/packages/freyo-flysystem-qcloud-cos-v5)[zhongshaofa/easyadmin

基于ThinkPHP6.0和layui的快速开发的后台管理系统。

6609.3k](/packages/zhongshaofa-easyadmin)[oasis/dynamodb-odm

ODM for dynamodb

139.4k2](/packages/oasis-dynamodb-odm)[qcloud/vod-sdk-v5

VOD SDK For PHP

1150.4k1](/packages/qcloud-vod-sdk-v5)

PHPackages © 2026

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