Download the PHP package genesis-global/gps-messenger-bundle without Composer
On this page you can find all versions of the php package genesis-global/gps-messenger-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download genesis-global/gps-messenger-bundle
More information about genesis-global/gps-messenger-bundle
Files in genesis-global/gps-messenger-bundle
Package gps-messenger-bundle
Short Description Fork of petitpress/gps-messenger-bundle with support for PHP 7.3
License MIT
Informations about the package gps-messenger-bundle
Google Pub/Sub transport implementation for Symfony Messenger
This bundle provides a simple implementation of Google Pub/Sub transport for Symfony Messenger.
The bundle requires only symfony/messenger
, google/cloud-pubsub
and symfony/options-resolver
packages.
In contrast with Enqueue GPS transport,
it doesn't require Enqueue
and some bridge.
It supports ordering messages with OrderingKeyStamp
and it's not outdated.
Installation
Step 1: Install the Bundle
From within container execute the following command to download the latest version of the bundle:
Step 2: Configure environment variables
Official Google Cloud PubSub SDK requires some globally accessible environment variables.
You might need to change default Symfony DotEnv instance to use putenv
as Google needs to access some variables through getenv
. To do so, use putenv method in config/bootstrap.php
:
List of Google Pub/Sub configurable variables :
Step 3: Configure Symfony Messenger
or:
Step 4: Use available stamps if needed
OrderingKeyStamp
: use for keeping messages of the same context in order. For more information, read an official documentation.
All versions of gps-messenger-bundle with dependencies
ext-json Version *
symfony/messenger Version ^4.4|^5.1
symfony/options-resolver Version ^4.4|^5.1
google/cloud-pubsub Version ^1.29