PHPackages                             rabbitevents/protobuf - 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. rabbitevents/protobuf

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

rabbitevents/protobuf
=====================

Protobuf extension for RabbitEvents

v0.0.2(3mo ago)05MITPHPPHP ^8.2CI passing

Since Feb 6Pushed 3mo agoCompare

[ Source](https://github.com/rabbitevents/protobuf)[ Packagist](https://packagist.org/packages/rabbitevents/protobuf)[ RSS](/packages/rabbitevents-protobuf/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

RabbitEvents Protobuf Extension
===============================

[](#rabbitevents-protobuf-extension)

[![Tests Status](https://github.com/rabbitevents/protobuf/workflows/Unit%20tests/badge.svg)](https://github.com/rabbitevents/protobuf/actions?query=branch%3Amaster+workflow%3A%22Unit+tests%22)[![Coverage](https://camo.githubusercontent.com/099fb6df1092e3b20e3eb2ec386d64c3db2419725ed602f22c27601ed5d3b4a7/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470733a2f2f676973742e67697468756275736572636f6e74656e742e636f6d2f657567656e652d6e75776265722f38373461363438353032393165356531313039306463306661376238363439352f7261772f636f7665726167652e6a736f6e)](https://gist.github.com/eugene-nuwber/874a64850291e5e11090dc0fa7b86495)[![Total Downloads](https://camo.githubusercontent.com/88760bd67cf70b258b95a5b7fb879d28c6c4fd5ce55defd1d014aced202a6644/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7261626269746576656e74732f70726f746f627566)](https://packagist.org/packages/rabbitevents/protobuf)[![Latest Version](https://camo.githubusercontent.com/eff7d21b84395a4d689798a81f68401720fe2ae6ee6f50ac9a5cf9a5125bff61/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7261626269746576656e74732f70726f746f627566)](https://packagist.org/packages/rabbitevents/protobuf)[![License](https://camo.githubusercontent.com/1f124cf3af3bf7c9bd316e585a8dfa5dfe9b0751ebe7c0e309732e645c303a1c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7261626269746576656e74732f70726f746f627566)](https://packagist.org/packages/rabbitevents/protobuf)

This extension provides Protocol Buffers support for RabbitEvents.

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

[](#installation)

```
composer require rabbitevents/protobuf
```

Usage
-----

[](#usage)

The extension automatically registers `ProtobufSerializer`.

When you publish an event with a Google Protobuf Message object as the payload, strict typing ensures it is handled by the `ProtobufSerializer`.

```
$message = new MyProtobufMessage();
$message->setSomeField('value');

RabbitEvents::publish('my.event', $message);
```

The system detects the Protobuf message and uses the correct Content-Type (`application/x-protobuf`).

Examples
--------

[](#examples)

Examples are available in the [./examples](./examples) directory.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance82

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

2

Last Release

92d ago

### Community

Maintainers

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

---

Top Contributors

[![eugene-nuwber](https://avatars.githubusercontent.com/u/142213350?v=4)](https://github.com/eugene-nuwber "eugene-nuwber (13 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/rabbitevents-protobuf/health.svg)

```
[![Health](https://phpackages.com/badges/rabbitevents-protobuf/health.svg)](https://phpackages.com/packages/rabbitevents-protobuf)
```

###  Alternatives

[alibaba/nacos

阿里巴巴nacos配置中心php客户端

19340.8k1](/packages/alibaba-nacos)[hasanmertermis/milvus-php-client

Milvus 2 Grpc Php Client

142.1k](/packages/hasanmertermis-milvus-php-client)[davidrjenni/scip-php

SCIP Code Intelligence Protocol (SCIP) indexer for PHP

161.2k](/packages/davidrjenni-scip-php)

PHPackages © 2026

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