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 3w 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 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

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

2135d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k40](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k120](/packages/oat-sa-tao-core)

PHPackages © 2026

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