PHPackages                             xutl/laravel-qcloud-cmq-queue - 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. xutl/laravel-qcloud-cmq-queue

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

xutl/laravel-qcloud-cmq-queue
=============================

This is a Laravel queue adapter for the QCloud CMQ.

1.0.0(7y ago)018MITPHP

Since Jul 16Pushed 7y agoCompare

[ Source](https://github.com/xutl/laravel-qcloud-cmq-queue)[ Packagist](https://packagist.org/packages/xutl/laravel-qcloud-cmq-queue)[ RSS](/packages/xutl-laravel-qcloud-cmq-queue/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

laravel-qcloud-cmq-queue
========================

[](#laravel-qcloud-cmq-queue)

This is a queue adapter for the QCloud CMQ

Installation
------------

[](#installation)

```
composer require xutl/laravel-qcloud-cmq-queue
```

for Laravel
-----------

[](#for-laravel)

This service provider must be registered.

```
// config/app.php

'providers' => [
    '...',
    XuTL\QCloud\Cmq\Queue\CMQServiceProvider::class,
];
```

edit the config file: config/queue.php

add config

```
        'cmq' => [
            'driver' => 'cmq',
            'secret_Id' => env('CMQ_SECRET_ID', 'your-secret_Id'),
            'secret_Key' => env('CMQ_SECRET_KEY', 'your-secret_Key'),
            'endpoint' => 'https://cmq-queue-bj.api.qcloud.com',
            'queue' => 'default'
        ],
```

change default to cmq

```
    'default' => 'cmq'
```

Use
---

[](#use)

see [Laravel wiki](https://laravel.com/docs/5.6/queues)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

2857d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87b658aa9d49e0c80cfc609fa2b9dc6d615672b1d895f421f751945a0e394087?d=identicon)[larvacent](/maintainers/larvacent)

---

Top Contributors

[![xutl](https://avatars.githubusercontent.com/u/20939388?v=4)](https://github.com/xutl "xutl (8 commits)")

---

Tags

laravelqueueqcloudcmq

### Embed Badge

![Health badge](/badges/xutl-laravel-qcloud-cmq-queue/health.svg)

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

###  Alternatives

[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)[pmatseykanets/artisan-beans

Easily manage your Beanstalkd job queues right from the Laravel artisan command

4482.1k](/packages/pmatseykanets-artisan-beans)

PHPackages © 2026

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