PHPackages                             xianghua\_we/stomp-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. xianghua\_we/stomp-queue

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

xianghua\_we/stomp-queue
========================

Stomp client written in PHP for webman.

0.1.5(4y ago)019PHP

Since Sep 15Pushed 3y agoCompare

[ Source](https://github.com/xianghuawe/stomp-queue)[ Packagist](https://packagist.org/packages/xianghua_we/stomp-queue)[ RSS](/packages/xianghua-we-stomp-queue/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (18)Used By (0)

Stomp
=====

[](#stomp)

Asynchronous STOMP client for [webman](https://github.com/walkor/webman).

Features
========

[](#features)

1. Create exchange and queues with php-amqplib/php-amqplib component.
2. Using **/amq/queue/\[queuename\]** mode to subscribe.
3. Using **/exchange/\[exchangename\]/\[routing\_key\]** mode to send message.
4. Support delayed message by **rabbitmq\_delayed\_message\_exchange** plugin.

Document
========

[](#document)

Install
=======

[](#install)

```
composer require teamones/stomp-queue

```

config
======

[](#config)

```
return [
    'default' => [
        'host' => 'stomp://' . env("rabbitmq_host", '127.0.0.1') . ':' . env("rabbitmq_stomp_port", 61613),
        'options' => [
            'vhost' => env("rabbitmq_vhost", '/'),
            'login' => env("rabbitmq_user", 'guest'),
            'passcode' => env("rabbitmq_password", 'guest'),
            'debug' => (bool)env("app_debug", false),
        ],
        'amqp' => [
            'host' => env("rabbitmq_host", '127.0.0.1'),
            'port' => env("rabbitmq_amqp_port", 5672),
            'namespace' => env("belong_system", ''),
            'exchange_name' => env("rabbitmq_exchange_name", 'exchange'),
            'exchange_delay' => (bool)env("rabbitmq_exchange_delay", true)
        ]
    ]
]
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 59.1% 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 ~15 days

Recently: every ~40 days

Total

15

Last Release

1481d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b7843c155246e6fddcc55487944304511a9a01329639f36a07ba48c3014f04a?d=identicon)[xianghua\_we](/maintainers/xianghua_we)

---

Top Contributors

[![hanhanwink](https://avatars.githubusercontent.com/u/25213792?v=4)](https://github.com/hanhanwink "hanhanwink (13 commits)")[![weijer](https://avatars.githubusercontent.com/u/12838756?v=4)](https://github.com/weijer "weijer (9 commits)")

### Embed Badge

![Health badge](/badges/xianghua-we-stomp-queue/health.svg)

```
[![Health](https://phpackages.com/badges/xianghua-we-stomp-queue/health.svg)](https://phpackages.com/packages/xianghua-we-stomp-queue)
```

###  Alternatives

[vladimir-yuldashev/laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.

2.1k9.8M30](/packages/vladimir-yuldashev-laravel-queue-rabbitmq)[php-amqplib/rabbitmq-bundle

Integrates php-amqplib with Symfony &amp; RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.

1.3k20.1M65](/packages/php-amqplib-rabbitmq-bundle)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[enqueue/amqp-lib

Message Queue Amqp Transport

1078.5M61](/packages/enqueue-amqp-lib)[jwage/phpamqplib-messenger

Symfony messenger transport for the php-amqplib/php-amqplib library.

84149.7k1](/packages/jwage-phpamqplib-messenger)[mikemadisonweb/yii2-rabbitmq

Wrapper based on php-amqplib to incorporate messaging in your Yii2 application via RabbitMQ. Inspired by RabbitMqBundle for Symfony 2, really awesome package.

74262.1k1](/packages/mikemadisonweb-yii2-rabbitmq)

PHPackages © 2026

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