PHPackages                             santn/azure-service-bus-messenger - 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. [API Development](/categories/api)
4. /
5. santn/azure-service-bus-messenger

ActiveSymfony-messenger-bridge[API Development](/categories/api)

santn/azure-service-bus-messenger
=================================

Symfony Azure Service Bus extension Messenger Bridge

315.0k↓25%2PHP

Since Sep 29Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/santndev/symfony-azure-service-bus-messenger)[ Packagist](https://packagist.org/packages/santn/azure-service-bus-messenger)[ RSS](/packages/santn-azure-service-bus-messenger/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Usage ##Simple config for the first version:

File: config/packages/messenger.yaml

```
framework:
  messenger:
    transports:
      azure-sb:
        dsn: '%env(AZURE_SERVICE_BUS_DSN)%'
        options:
          shared_access_key_name: 'it-not-real'
          shared_access_key: 'it-not-real'
          auto_setup: true

```

File: .env

```
AZURE_SERVICE_BUS_DSN=https://[NAMESPACE].servicebus.windows.net/[QUEUE_NAME]

```

File: config/services.yaml

```
services:
...
  SanTran\Component\Messenger\Bridge\AzureServiceBus\Transport\AzureServiceBusTransportFactory:
    tags: [messenger.transport_factory]

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance41

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4bffb5300184383206ccdfd5cb3cac385b5c75b87db02c9accd7f2df8f86cfb?d=identicon)[santn](/maintainers/santn)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/santn-azure-service-bus-messenger/health.svg)

```
[![Health](https://phpackages.com/badges/santn-azure-service-bus-messenger/health.svg)](https://phpackages.com/packages/santn-azure-service-bus-messenger)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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