File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ <p align =" center " >
2+ <img src =" /logo.png " width =" 400 " >
3+ </p >
4+ <p align =" center " >
5+ <img src =" https://github.com/stackkit/laravel-google-cloud-tasks-queue/workflows/Run%20tests/badge.svg?branch=master " alt =" Build Status " >
6+ <a href =" https://packagist.org/packages/stackkit/laravel-google-cloud-tasks-queue " ><img src =" https://poser.pugx.org/stackkit/laravel-google-cloud-tasks-queue/v/stable.svg " alt =" Latest Stable Version " ></a >
7+ <a href =" https://packagist.org/packages/stackkit/laravel-google-cloud-tasks-queue " ><img src =" https://poser.pugx.org/stackkit/laravel-google-cloud-tasks-queue/license.svg " alt =" License " ></a >
8+ </p >
9+
110# Introduction
211
312This package allows you to use Google Cloud Tasks as your queue driver.
413
14+ ** This is a WIP package, use at own risk**
15+
516# How it works [ !]
617
718!! Please read this next section !!
@@ -17,6 +28,20 @@ https://cloud.google.com/tasks/docs/configuring-queues
1728
1829This package uses the HTTP request handler and doesnt' support AppEngine yet. But feel free to contribute! I myself don't use AppEngine.
1930
31+ # Requirements
32+
33+ This package requires Laravel 5.6 or higher.
34+
35+ Please check the table below for supported Laravel and PHP versions:
36+
37+ | Laravel Version| PHP Version |
38+ | ---| ---|
39+ | 5.6 | 7.2 or 7.3
40+ | 5.7 | 7.2 or 7.3
41+ | 5.8 | 7.2 or 7.3 or 7.4
42+ | 6.x | 7.2 or 7.3 or 7.4
43+ | 7.x | 7.2 or 7.3 or 7.4
44+
2045# Installation
2146
2247(1) Require the package using Composer
You can’t perform that action at this time.
0 commit comments