PHPackages                             teamones/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. teamones/stomp-queue

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

teamones/stomp-queue
====================

Stomp client written in PHP for webman.

0.1.5(3y ago)67.3k1PHP

Since Sep 15Pushed 3y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (17)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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~19 days

Recently: every ~54 days

Total

15

Last Release

1436d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/teamones-stomp-queue/health.svg)](https://phpackages.com/packages/teamones-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)
