Download the PHP package richan-fongdasen/laravel-gcr-worker without Composer
On this page you can find all versions of the php package richan-fongdasen/laravel-gcr-worker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download richan-fongdasen/laravel-gcr-worker
More information about richan-fongdasen/laravel-gcr-worker
Files in richan-fongdasen/laravel-gcr-worker
Package laravel-gcr-worker
Short Description Easily generates RESTful API endpoints in Laravel
License MIT
Homepage https://github.com/richan-fongdasen/laravel-gcr-worker
Informations about the package laravel-gcr-worker
Laravel GCR Worker
Simple background processing implementation with Google Cloud Run and Google Cloud Pub/Sub
Synopsis
This package would help you to implement any background processing in Laravel like queue worker or scheduled job in Google Cloud Run by handling the triggered HTTP event invocation.
Table of contents
- Setup
- Configuration
- Usage
- License
Setup
Install the package via Composer :
Laravel version compatibility
Laravel version | Package version |
---|---|
5.7 - 8.x | 1.0 - 1.3 |
8.x - 11.x | ^1.6 |
Configuration
Publish configuration file using php artisan
command
The command above would copy a new configuration file to /config/gcr-worker.php
Usage
The content for this section is under development.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-gcr-worker with dependencies
illuminate/console Version ^8.0|^9.0|^10.0|^11.0
illuminate/queue Version ^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
kainxspirits/laravel-pubsub-queue Version ^0.6|^0.7|^0.8|^0.9