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

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

maritechpro/rpc-amqp-server
===========================

RPC API bundle

1.0.0(5y ago)06MITPHPPHP ^7.4

Since Dec 14Pushed 2y ago1 watchersCompare

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

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

rpc-api-bundle
==============

[](#rpc-api-bundle)

You should only create Requests and Actions

example of /config/packages/rpc\_api.yaml

```
rpc_api:

services:
  GepurIt\RpcApiBundle\Rabbit\ConsumerExchangeProviderInterface:
    alias: 'rpc.provider.client_api'

  rpc.provider.client_api:
    class: GepurIt\RpcApiBundle\Rabbit\ConsumerExchangeProvider
    arguments: ['@rabbit_mq', 'client_api_rpc']
    public: true

  GepurIt\RpcApiBundle\Request\RequestDataResolver:
    autowire: true
    calls:
      - {method: registerRequest, arguments: ['predictDiscount','App\RpcApi\Request\PredictDiscountRequestData']}
      - {method: registerRequest, arguments: ['updateLoyalty','App\RpcApi\Request\UpdateLoyaltyRequestData']}

  GepurIt\RpcApiBundle\Actions\ActionFactory:
    autowire: true
    calls:
      - {method: registerAction, arguments: ['predictDiscount','@App\RpcApi\Action\PredictDiscountAction']}
      - {method: registerAction, arguments: ['updateLoyalty','@App\RpcApi\Action\UpdateLoyaltyAction']}

  App\RpcApi\Action\:
    resource: '../../src/RpcApi/Action'
    autowire: 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 (2 commits)")

---

Tags

symfonyrpcrabbitmqAMQP

###  Code Quality

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  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)
