PHPackages                             izrajke/rabbit-mq-exchange-counter - 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. izrajke/rabbit-mq-exchange-counter

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

izrajke/rabbit-mq-exchange-counter
==================================

RabbitMQ exchange message counter

1.0.0(5y ago)05MITPHPPHP &gt;=7.2

Since Aug 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Izrajke/rabbit-mq-exchange-counter)[ Packagist](https://packagist.org/packages/izrajke/rabbit-mq-exchange-counter)[ RSS](/packages/izrajke-rabbit-mq-exchange-counter/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

RabbitMQ Client for exchange message count
==========================================

[](#rabbitmq-client-for-exchange-message-count)

For license information check the [LICENSE](LICENSE)-file.

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

[](#installation)

```
composer require izrajke/rabbit-mq-exchange-counter

```

Example
-------

[](#example)

```
    $host = '127.0.0.1';
    $user = 'guest';
    $password = 'guest';

    $client = new \Izrajke\RabbitMQ\RabbitMQClient($host, $user, $password);
    $data = $client->getExchangeCounter(['first-ex-dev', 'second-ex-dev', 'third-ex-dev']);

    // Output
    /**
        array(3) {
            'first-ex-dev' => 5
            'second-ex-dev' => 0
            'third-ex-dev' => 1
        }
    */
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

2085d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30252142?v=4)[Eugene N](/maintainers/Izrajke)[@Izrajke](https://github.com/Izrajke)

---

Tags

rabbitMQ exchange

### Embed Badge

![Health badge](/badges/izrajke-rabbit-mq-exchange-counter/health.svg)

```
[![Health](https://phpackages.com/badges/izrajke-rabbit-mq-exchange-counter/health.svg)](https://phpackages.com/packages/izrajke-rabbit-mq-exchange-counter)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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