Download the PHP package twipi-group/googlecloud-pubsub-laravel-queue-driver without Composer
On this page you can find all versions of the php package twipi-group/googlecloud-pubsub-laravel-queue-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download twipi-group/googlecloud-pubsub-laravel-queue-driver
More information about twipi-group/googlecloud-pubsub-laravel-queue-driver
Files in twipi-group/googlecloud-pubsub-laravel-queue-driver
Package googlecloud-pubsub-laravel-queue-driver
Short Description Google Cloud PubSub driver for Laravel/Lumen Queue.
License MIT
Informations about the package googlecloud-pubsub-laravel-queue-driver
googlecloud-pubsub-php-adapter
A Google Cloud PubSub driver for Laravel/Lumen Queue.
Installation
You can easily install this package via Composer using this command:
Laravel
Register this package by adding the following line to the autoloaded service providers of your config/app.php
file:
Lumen
For Lumen usage, the service provider should be registered manually as follow in your boostrap/app.php
file:
Configuration
Add new connection named gcpubsub
to your config/queue.php
file. You can customize the following options directly from your .env
file.
Running The Queue Worker
You may run the worker using the queue:work Artisan command. (Laravel documentation)
When APP_DEBUG=true
in your .env
file, you can check google cloud subscribers from the queue worker output.
Tests
Contribution
You can contribute to this package by discovering bugs, opening issues or purpose new features.
Licence
This project is licensed under the terms of the MIT license. See License file for more information.
All versions of googlecloud-pubsub-laravel-queue-driver with dependencies
ext-json Version *
ramsey/uuid Version ^3.0|^4.0
illuminate/queue Version 5.7.*|5.8.*|^6.0|^7.0
illuminate/support Version 5.7.*|5.8.*|^6.0|^7.0
google/cloud-pubsub Version ^1.21
twipi-group/googlecloud-pubsub-php-adapter Version ^1.0