PHPackages                             quarks-tech/protoevent-amqp-php - 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. quarks-tech/protoevent-amqp-php

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

quarks-tech/protoevent-amqp-php
===============================

0.1.0(2y ago)04.0k↓50%BSD-3-ClausePHPPHP &gt;=8

Since Dec 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/quarks-tech/protoevent-amqp-php)[ Packagist](https://packagist.org/packages/quarks-tech/protoevent-amqp-php)[ RSS](/packages/quarks-tech-protoevent-amqp-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (12)Used By (0)

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

[](#installation)

1. **Install dependencies**:

    ```
    composer install --ignore-platform-reqs
    ```
2. **Builder php docker image**: PHP 8.1 with all the required extensions

    ```
    make install-builder
    ```
3. **Update the `demo/config.php` file**: make sure these credentials match with your local rabbitmq setup

    ```
    'rabbitmq' => [
        'host' => getenv('DOCKER_INTERNAL_HOST'),
        'port' => '5672',
        'vhost' => '/',
        'login' => 'guest',
        'password' => 'guest',
    ]
    ```
4. **Create rabbitmq exchange `example.books.v1`**
5. **Start the receiver**: The receiver will create the `example.consumers.v1` queue, bind itself to the `BookCreatedEvent`, and start listening to events to process them.

    ```
    make demo-consume
    ```
6. **Publish an event**: The `BookCreatedEvent` will be published on to `example.books.v1` exchange

    ```
    make demo-publish
    ```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~54 days

Recently: every ~65 days

Total

10

Last Release

744d ago

PHP version history (2 changes)0.0.1PHP ^7.4|^8.0

0.0.2.x-devPHP &gt;=8

### Community

Maintainers

![](https://www.gravatar.com/avatar/7346c6525512fc0ccfff1b2f7abec422ab7f70ed7ef737d7b230fee8f08d5e1f?d=identicon)[oleg-ozimok](/maintainers/oleg-ozimok)

---

Top Contributors

[![andrii-kaidash-quarks-tech](https://avatars.githubusercontent.com/u/123075491?v=4)](https://github.com/andrii-kaidash-quarks-tech "andrii-kaidash-quarks-tech (20 commits)")[![r0nder](https://avatars.githubusercontent.com/u/570896?v=4)](https://github.com/r0nder "r0nder (3 commits)")[![artem-sakhan-quarks-tech](https://avatars.githubusercontent.com/u/122793526?v=4)](https://github.com/artem-sakhan-quarks-tech "artem-sakhan-quarks-tech (1 commits)")[![oleh-ozimok](https://avatars.githubusercontent.com/u/9019062?v=4)](https://github.com/oleh-ozimok "oleh-ozimok (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/quarks-tech-protoevent-amqp-php/health.svg)

```
[![Health](https://phpackages.com/badges/quarks-tech-protoevent-amqp-php/health.svg)](https://phpackages.com/packages/quarks-tech-protoevent-amqp-php)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M170](/packages/react-async)

PHPackages © 2026

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