PHPackages                             pelim/laravel-zmq - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pelim/laravel-zmq

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

pelim/laravel-zmq
=================

A ZeroMQ broadcast driver for Laravel 5-6

v1.0.1(8y ago)211.3k9[2 issues](https://github.com/pelim/laravel-zmq/issues)[2 PRs](https://github.com/pelim/laravel-zmq/pulls)1MITPHP

Since Jul 13Pushed 3y ago2 watchersCompare

[ Source](https://github.com/pelim/laravel-zmq)[ Packagist](https://packagist.org/packages/pelim/laravel-zmq)[ RSS](/packages/pelim-laravel-zmq/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)Dependencies (3)Versions (5)Used By (1)

Laravel ZeroMQ
==============

[](#laravel-zeromq)

A Laravel wrapper for `ext-zmq` that exposes a `zmq` broadcast driver to publish your Laravel events via ZeroMQ.

Requirements
------------

[](#requirements)

- PHP 7.1
- Laravel 5.5
- ZeroMQ
- ext-zmq for PHP

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

[](#installation)

```
$ composer require pelim/laravel-zmq
```

The service provider is loaded automatically in Laravel 5.5 using Package Autodiscovery.

Publish vendor files to create your `config/zmq.php` file

```
$ php artisan vendor:publish --provider="Pelim\ZmqServiceProvider"
```

Update your `config/zmq.php` with the appropriate socket details.

Set `BROADCAST_DRIVER=zmq` in your `.env` and add the following ZeroMQ connection settings to your `config/broadcasting.php`:

```
'connections' => [
    'zmq' => [
        'driver' => 'zmq',
    ],
]
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

3

Last Release

3107d ago

Major Versions

v0.1.0 → v1.0.02017-11-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d043378b2eb793559474ca6aaedcff330af6922ed3193f1c85e35afb3e848d7?d=identicon)[pelim](/maintainers/pelim)

---

Top Contributors

[![simonhamp](https://avatars.githubusercontent.com/u/31628?v=4)](https://github.com/simonhamp "simonhamp (15 commits)")[![pelim](https://avatars.githubusercontent.com/u/624330?v=4)](https://github.com/pelim "pelim (12 commits)")[![stijnvdb88](https://avatars.githubusercontent.com/u/4498834?v=4)](https://github.com/stijnvdb88 "stijnvdb88 (3 commits)")[![francislavoie](https://avatars.githubusercontent.com/u/2111701?v=4)](https://github.com/francislavoie "francislavoie (1 commits)")[![mitinsany](https://avatars.githubusercontent.com/u/9968346?v=4)](https://github.com/mitinsany "mitinsany (1 commits)")

### Embed Badge

![Health badge](/badges/pelim-laravel-zmq/health.svg)

```
[![Health](https://phpackages.com/badges/pelim-laravel-zmq/health.svg)](https://phpackages.com/packages/pelim-laravel-zmq)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M218](/packages/laravel-mcp)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k7](/packages/spatie-laravel-export)[illuminate/auth

The Illuminate Auth package.

9328.5M1.3k](/packages/illuminate-auth)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)

PHPackages © 2026

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