Download the PHP package ankurgoels/laravel-pubsub-queue without Composer
On this page you can find all versions of the php package ankurgoels/laravel-pubsub-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ankurgoels/laravel-pubsub-queue
More information about ankurgoels/laravel-pubsub-queue
Files in ankurgoels/laravel-pubsub-queue
Package laravel-pubsub-queue
Short Description Queue driver for Google Cloud Pub/Sub.
License MIT
Informations about the package laravel-pubsub-queue
Laravel PubSub Queue
This package is a Laravel queue driver that uses the Google PubSub service.
Installation
You can easily install this package with Composer by running this command :
If you disabled package discovery, you can still manually register this package by adding the following line to the providers of your config/app.php
file :
Configuration
Add a pubsub
connection to your config/queue.php
file. From there, you can use any configuration values from the original pubsub client. Just make sure to use snake_case for the keys name.
You can check Google Cloud PubSub client for more details about the different options.
Testing
You can run the tests with :
License
This project is licensed under the terms of the MIT license. See License File for more information.
All versions of laravel-pubsub-queue with dependencies
ext-json Version *
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.1
ramsey/uuid Version ^2.0|^3.0|^4.0