PHPackages                             ronte-ltd/zmq-bundle - 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. ronte-ltd/zmq-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ronte-ltd/zmq-bundle
====================

Wrapper arround zmq client

1.0.3(9y ago)1351MITPHPPHP &gt;=7.0.7

Since Feb 9Pushed 9y ago2 watchersCompare

[ Source](https://github.com/ronte-ltd/zmq-bundle)[ Packagist](https://packagist.org/packages/ronte-ltd/zmq-bundle)[ RSS](/packages/ronte-ltd-zmq-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (5)Used By (0)

Zmq client bundle
=================

[](#zmq-client-bundle)

[![Build Status](https://camo.githubusercontent.com/26fc8564cb679c3a4bafa373974f3ac7996b58be152c0da4d5136d45ae240c2a/68747470733a2f2f7472617669732d63692e6f72672f726f6e74652d6c74642f7a6d712d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ronte-ltd/zmq-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/08e9e60f3d35360b6ce24faa557576de5e508da9270fafceb62f44d94b28f4d4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f6e74652d6c74642f7a6d712d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ronte-ltd/zmq-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/012968ee86a39f298355272b58ce65a0447200f812c56fb11ea4b8cbc0a2b9df/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f6e74652d6c74642f7a6d712d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ronte-ltd/zmq-bundle/?branch=master)

Install
=======

[](#install)

```
composer require "ronte-ltd/zmq"
```

Configure
=========

[](#configure)

```
# app/config/config.yml
# ...
ronte-zmq:
  type: \ZMQ::SOCKET_XPUB
  url: "tcp://localhost:12345"
```

Use
===

[](#use)

```
$result = $container->get('ronte-zmq.client')
    ->send('Some queue message');

if ($result) {
    echo "Message sent.\n";
} else {
    echo "Message not sent.\n";
}
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

3416d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25991ce361df82734652cfea588bd2ea729733b14dcc7a4699daa94af25e9921?d=identicon)[Cawa87](/maintainers/Cawa87)

---

Top Contributors

[![GSokol](https://avatars.githubusercontent.com/u/1274970?v=4)](https://github.com/GSokol "GSokol (6 commits)")

---

Tags

clientsymfony-bundlezeromq

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ronte-ltd-zmq-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ronte-ltd-zmq-bundle/health.svg)](https://phpackages.com/packages/ronte-ltd-zmq-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11241.1k1](/packages/ecotone-symfony-bundle)

PHPackages © 2026

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