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

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

codelint/qcloud-cmq
===================

Tencent cloud cmq queue driver for laravel

3152[1 issues](https://github.com/codelint/qcloud-cmq/issues)PHP

Since Jul 13Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)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

16

—

LowBetter than 5% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/61a5de4266d2c6f68c87e4eaaf76f41cdf0e25a40673cf9ce48bcadb07aa71c9?d=identicon)[codelint](/maintainers/codelint)

---

Top Contributors

[![hikerwater](https://avatars.githubusercontent.com/u/100430409?v=4)](https://github.com/hikerwater "hikerwater (9 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)")

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)

PHPackages © 2026

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