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

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

mayconbordin/l5-stomp-queue
===========================

Stomp Queue Driver for Laravel 5

2.0(9y ago)121.1k15[3 issues](https://github.com/mayconbordin/l5-stomp-queue/issues)[2 PRs](https://github.com/mayconbordin/l5-stomp-queue/pulls)MITPHPPHP &gt;=5.4.0

Since Jul 20Pushed 4y ago2 watchersCompare

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

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

l5-stomp-queue
==============

[](#l5-stomp-queue)

[![Latest Stable Version](https://camo.githubusercontent.com/2ae665f648dceac8dab18d06d55fffd96004bf0dbfd9f887622baefc493354be/68747470733a2f2f706f7365722e707567782e6f72672f6d6179636f6e626f7264696e2f6c352d73746f6d702d71756575652f762f737461626c65)](https://packagist.org/packages/mayconbordin/l5-stomp-queue) [![Total Downloads](https://camo.githubusercontent.com/a05f0c7d44f3834f2f3946453d90841c52763ec49b28c86a85edafbd5998b9e5/68747470733a2f2f706f7365722e707567782e6f72672f6d6179636f6e626f7264696e2f6c352d73746f6d702d71756575652f646f776e6c6f616473)](https://packagist.org/packages/mayconbordin/l5-stomp-queue) [![Latest Unstable Version](https://camo.githubusercontent.com/9ec4840cbdaa9f926901f045fcc3a90af2e761d06cc98f55877eb1596b6aad24/68747470733a2f2f706f7365722e707567782e6f72672f6d6179636f6e626f7264696e2f6c352d73746f6d702d71756575652f762f756e737461626c65)](https://packagist.org/packages/mayconbordin/l5-stomp-queue) [![License](https://camo.githubusercontent.com/5a16502f233b8e674497267e49c4dd14e8a4fc0edad0eb0fba35f3b34158d941/68747470733a2f2f706f7365722e707567782e6f72672f6d6179636f6e626f7264696e2f6c352d73746f6d702d71756575652f6c6963656e7365)](https://packagist.org/packages/mayconbordin/l5-stomp-queue)

STOMP Queue and Broadcaster Driver for Laravel 5.

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

[](#installation)

In order to install l5-stomp-queue, just add

```
"mayconbordin/l5-stomp-queue": "dev-master"
```

to your composer.json. Then run `composer install` or `composer update`.

Add the Service Provider to the `providers` array in `config/app.php`:

```
'providers' => array(
    ...
    'Mayconbordin\L5StompQueue\StompServiceProvider',
)
```

And add the driver configuration to the `connections` array in `config/queue.php`:

```
'connections' => array(
    'stomp' => [
        'driver'     => 'stomp',
        'broker_url' => 'tcp://localhost:61613',
        'queue'      => 'default',
        'system'     => 'activemq'
    ]
)
```

And for the broadcaster add the same configuration to the `connections` array in `config/broadcasting.php`:

```
'connections' => array(
    'stomp' => [
        'driver'     => 'stomp',
        'broker_url' => 'tcp://localhost:61613',
        'queue'      => 'default',
        'system'     => 'activemq'
    ]
)
```

Configuration Options
---------------------

[](#configuration-options)

### `queue`

[](#queue)

The name of the queue.

### `system`

[](#system)

The name of the system that implements the Stomp protocol. Default: `null`.

This value is used for setting custom headers (not defined in the protocol). In the case of ActiveMQ, it will set the `AMQ_SCHEDULED_DELAY` (see [docs](http://activemq.apache.org/nms/stomp-delayed-and-scheduled-message-feature.html)) header in order to give support for the `later` method, defined at `Illuminate\Contracts\Queue`.

### `sync`

[](#sync)

Whether the driver should be synchronous or not when sending messages. Default: `false`.

### `prefetchSize`

[](#prefetchsize)

The number of messages that will be streamed to the consumer at any point in time. Applicable only to ActiveMQ. Default: `1`.

For more information see the [ActiveMQ documentation](http://activemq.apache.org/what-is-the-prefetch-limit-for.html).

### `clientId`

[](#clientid)

Used for durable topic subscriptions. It will set the `activemq.subcriptionName` property. See [documentation](http://activemq.apache.org/stomp.html#Stomp-ActiveMQextensionstoStomp)for more information.

### `username` and `password`

[](#username-and-password)

Used for connecting to the Stomp server.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

Every ~401 days

Total

2

Last Release

3546d ago

Major Versions

1.0 → 2.02016-08-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/42528727c83dd30f55c2a01ced50c7f22aeaf5a0bf83503d862e15448733a81a?d=identicon)[mayconbordin](/maintainers/mayconbordin)

---

Top Contributors

[![mayconbordin](https://avatars.githubusercontent.com/u/597104?v=4)](https://github.com/mayconbordin "mayconbordin (17 commits)")

---

Tags

laravelqueuelaravel 5stomp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)

PHPackages © 2026

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