cedricziel/symfony-messenger-pubsub-bundle
Adopt when:
Look elsewhere when:
symfony/messenger-google-cloud-pubsub or custom solutions."This bundle lets us integrate Google Cloud Pub/Sub into our Symfony apps with minimal effort, enabling scalable, event-driven workflows without managing our own message brokers. By leveraging GCP’s managed Pub/Sub, we reduce operational complexity, improve reliability, and unlock real-time capabilities for features like notifications or microservices communication. It’s a low-risk way to modernize our architecture while aligning with our cloud strategy."
Key Benefits:
*"This bundle wraps cedricziel/messenger-pubsub into a Symfony-compatible package, giving us a drop-in Pub/Sub transport for Messenger. It supports both push (HTTP) and pull (CLI) delivery, with minimal config:
MESSENGER_TRANSPORT_DSN=pubsub://project/topic?subscription=sub
Alternatives to Compare:
| Feature | This Bundle | Custom Solution | Symfony Messenger + GCP SDK |
|---|---|---|---|
| Ease of Setup | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐⭐⭐⭐ |
| Push Support | ✅ | ❌ | ❌ |
| CLI/Pull Support | ✅ | ✅ | ✅ |
| Maturity | ⭐ (Low Stars) | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ |
| GCP Integration | Native | Manual | Native |
How can I help you explore Laravel packages today?