PHPackages                             cedricziel/messenger-pubsub - 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. cedricziel/messenger-pubsub

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

cedricziel/messenger-pubsub
===========================

Bridging Symfony Messenger with Google Cloud Pub/Sub

11853PHP

Since May 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/cedricziel/symfony-messenger-pubsub-bridge)[ Packagist](https://packagist.org/packages/cedricziel/messenger-pubsub)[ RSS](/packages/cedricziel-messenger-pubsub/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony Messenger Bridge for Google Cloud Pub/Sub
=================================================

[](#symfony-messenger-bridge-for-google-cloud-pubsub)

Bridge [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) with the Symfony messenger component.

**Note:** Use [cedricziel/symfony-messenger-pubsub-bundle](https://github.com/cedricziel/symfony-messenger-pubsub-bundle) for automatic wiring in your Symfony Framework application.

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

[](#installation)

```
composer require cedricziel/messenger-pubsub
```

Usage
-----

[](#usage)

To use the `pubsub` transport, you would register the `PubSubTransportFactory` through the following configuration:

```
# config/services.yaml
services:
    CedricZiel\Symfony\Messenger\Bridge\GcpPubSub\Transport\PubSubTransportFactory:
        tags: [messenger.transport_factory]
```

Create a concrete transport:

```
# config/packages/messenger.yaml
framework:
    messenger:
        transports:
            my-pubsub: 'pubsub://...'
```

Notable
-------

[](#notable)

Google Cloud Pub/Sub does not support delaying messages, so a `DelayStamp` will have no effect.

License
-------

[](#license)

MIT

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity30

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/2ac8297e12671d91305ec01ab56add8cb141fa82d678ba96f0012eeb7f88ea0c?d=identicon)[cedricziel](/maintainers/cedricziel)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/cedricziel-messenger-pubsub/health.svg)

```
[![Health](https://phpackages.com/badges/cedricziel-messenger-pubsub/health.svg)](https://phpackages.com/packages/cedricziel-messenger-pubsub)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M29](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M505](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[jayazhao/think-queue-rabbitmq

为 ThinkPHP5.1 队列增加 RabbitMQ 驱动

141.5k](/packages/jayazhao-think-queue-rabbitmq)

PHPackages © 2026

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