PHPackages                             messiaqin/qcloud-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. messiaqin/qcloud-cmq

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

messiaqin/qcloud-cmq
====================

Tencent cloud cmq queue driver for laravel

v2(3y ago)07MITPHP

Since Nov 23Pushed 3y agoCompare

[ Source](https://github.com/messiaqin/qcloud-cmq)[ Packagist](https://packagist.org/packages/messiaqin/qcloud-cmq)[ Docs](https://github.com/messiaqin/qcloud-cmq)[ RSS](/packages/messiaqin-qcloud-cmq/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

qcloud-cmq
==========

[](#qcloud-cmq)

Tencent cloud cmq queue driver for laravel

### conf/queue.php :

[](#confqueuephp-)

```
return [
    'connections' => [
        'sync' => [
            'driver' => 'sync',
        ],
        'cmq' => [
            'driver' => 'cmq',
            'key' => env('CMQ_KEY', ''),
            'secret' => env('CMQ_SECRET', ''),
            'endpoint' => env('CMQ_PREFIX', 'https://cmq-gz.public.tencenttdmq.com'),
            'queue' => 'stocker',
            'fail_queue' => '',
            'policy' => 0,
            'max' => 1000,
        ],
    ]
];
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.9% 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 ~1 days

Total

2

Last Release

1263d ago

### Community

Maintainers

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

---

Top Contributors

[![hikerwater](https://avatars.githubusercontent.com/u/100430409?v=4)](https://github.com/hikerwater "hikerwater (9 commits)")[![messiaqin](https://avatars.githubusercontent.com/u/20896524?v=4)](https://github.com/messiaqin "messiaqin (5 commits)")[![codelint](https://avatars.githubusercontent.com/u/1194122?v=4)](https://github.com/codelint "codelint (2 commits)")[![echome123](https://avatars.githubusercontent.com/u/103982793?v=4)](https://github.com/echome123 "echome123 (1 commits)")

---

Tags

phplaravelqcloudtencentcmq

### Embed Badge

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

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

###  Alternatives

[nahid/talk

Talk is a Laravel based realtime messaging, chatting and conversation system. It helps to develop users messaging, chatting and conversations in easy way.

1.6k58.1k4](/packages/nahid-talk)[renoki-co/horizon-exporter

Export Laravel Horizon metrics using this Prometheus exporter.

24152.7k](/packages/renoki-co-horizon-exporter)[webparking/laravel-queue-ensurer

This composer package provides a Laravel queue ensurer.

6416.1k](/packages/webparking-laravel-queue-ensurer)[iamfarhad/laravel-rabbitmq

A robust RabbitMQ driver for Laravel Queue with advanced message queuing, reliable delivery, and high-performance async processing capabilities

3215.6k](/packages/iamfarhad-laravel-rabbitmq)[goodway/laravel-nats

Nats jetstream queue driver with client for Laravel

304.8k](/packages/goodway-laravel-nats)[demi/php-gearman

Gearman job server workers helper

176.6k](/packages/demi-php-gearman)

PHPackages © 2026

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