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 2mo ago

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

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

3413d ago

### Community

---

Top Contributors

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

### 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

[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)
