PHPackages                             tiger/cmq - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. tiger/cmq

ActiveLibrary[Queues &amp; Workers](/categories/queues)

tiger/cmq
=========

1.0(9y ago)221MITPHP

Since Jan 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tiger-regit/cmq)[ Packagist](https://packagist.org/packages/tiger/cmq)[ RSS](/packages/tiger-cmq/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

### qCloud CMQ 消息服务

[](#qcloud-cmq-消息服务)

> 基于 Laravel 封装腾讯云消息服务 API，非Laravel也可以用的， 但是没有测试过

### 示例

[](#示例)

- Laravel

注册Provider 在config/app.php providers 中加入 下面代码

`Tiger\CMQ\CMQServiceProvider::class,`

生成配置文件

`artisan vendor:publish --provider=Tiger\\CMQ\\CMQServiceProvider --tag=config`

修改config/cmq.php 把对应的值替换

代码示例

```

$options = [
    'debug' => true,
    'timeout' => 5,
];

// 创建 queue
$attr = new CMQAttr\CreateQueueAttr();
$attr->Action = 'CreateQueue';
$attr->queueName = 'world-hello';

$response = app('cmq')->createQueue($attr, $options, 'post');

dd($response->isOk(), $response->getBody());

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3458d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

qcloudcmq

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tiger-cmq/health.svg)

```
[![Health](https://phpackages.com/badges/tiger-cmq/health.svg)](https://phpackages.com/packages/tiger-cmq)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[overtrue/socialite

A collection of OAuth 2 packages.

1.4k5.6M90](/packages/overtrue-socialite)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[freyo/laravel-queue-cmq

Queue Adapter for Tencent Qcloud CMQ SDK

2653.9k](/packages/freyo-laravel-queue-cmq)

PHPackages © 2026

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