PHPackages                             maritechpro/rpc-amqp-client - 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. maritechpro/rpc-amqp-client

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

maritechpro/rpc-amqp-client
===========================

RPC client bundle

1.0.0(5y ago)06MITPHPPHP ^7.4

Since Dec 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/maritechpro/rpc-amqp-client)[ Packagist](https://packagist.org/packages/maritechpro/rpc-amqp-client)[ Docs](https://github.com/maritechpro/prc-amqp-server)[ RSS](/packages/maritechpro-rpc-amqp-client/feed)WikiDiscussions master Synced 1mo ago

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

Configure services for this bundle in your project as in example:

```
services:
  GepurIt\RemoteProcedureCallBundle\Rabbit\ExchangeProviderInterface:
    alias: 'rpc.provider.your_service_1'

  GepurIt\RemoteProcedureCallBundle\RpcClient\RpcClientInterface:
    alias: 'rpc.your_service_1'

# 1 -- default
  rpc.provider.your_service_1:
    class: GepurIt\RemoteProcedureCallBundle\Rabbit\ExchangeProvider
    arguments: ['@rabbit_mq_service_1', 'your_queue_1']
    public: true

  rpc.your_service_1:
    class: GepurIt\RemoteProcedureCallBundle\RpcClient\RemoteProcedureCallClient
    autowire: true
    arguments:
      $exchangeProvider: 'rpc.provider.your_service_1'
    public: true

# 2
  rpc.provider.your_service_2:
    class: GepurIt\RemoteProcedureCallBundle\Rabbit\ExchangeProvider
    arguments: ['@rabbit_mq_service_2', 'your_queue_2']
    public: true

  rpc.your_service_2:
    class: GepurIt\RemoteProcedureCallBundle\RpcClient\RemoteProcedureCallClient
    autowire: true
    arguments:
      $exchangeProvider: 'rpc.provider.your_service_2'
    public: true
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1972d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/182a1adfd8e7d162b20e5e12d82f83c1ca1ffb3095293fa20e3b212fdbf20588?d=identicon)[maritechpro](/maintainers/maritechpro)

---

Top Contributors

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

---

Tags

symfonyrpcrabbitmqAMQP

###  Code Quality

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/maritechpro-rpc-amqp-client/health.svg)

```
[![Health](https://phpackages.com/badges/maritechpro-rpc-amqp-client/health.svg)](https://phpackages.com/packages/maritechpro-rpc-amqp-client)
```

###  Alternatives

[php-amqplib/rabbitmq-bundle

Integrates php-amqplib with Symfony &amp; RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.

1.3k20.1M64](/packages/php-amqplib-rabbitmq-bundle)[webfactory/icu-translation-bundle

Enables ICU message formatting for translations in Symfony applications.

2761.8k](/packages/webfactory-icu-translation-bundle)

PHPackages © 2026

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