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

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

midium/l5-stomp-queue
=====================

Stomp Queue Driver for Laravel 5

1.0(10y ago)035MITPHPPHP &gt;=5.4.0

Since Jul 20Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (8)Versions (2)Used By (0)

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

[](#l5-stomp-queue)

STOMP Queue and Broadcaster Driver for Laravel 5. This is a fork if the original one from [here](https://github.com/mayconbordin/l5-stomp-queue). The only change is the support for latest Laravel versions.

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

[](#installation)

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

```
"midium/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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.3% 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

3997d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1250627?v=4)[Matteo Loro](/maintainers/midium)[@midium](https://github.com/midium)

---

Top Contributors

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

---

Tags

laravelqueuelaravel 5stomp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M282](/packages/laravel-horizon)[illuminate/queue

The Illuminate Queue package.

20432.2M1.5k](/packages/illuminate-queue)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.3k449.3k30](/packages/tightenco-jigsaw)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)

PHPackages © 2026

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