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
+
1
10
# Introduction
2
11
3
12
This package allows you to use Google Cloud Tasks as your queue driver.
4
13
14
+ ** This is a WIP package, use at own risk**
15
+
5
16
# How it works [ !]
6
17
7
18
!! Please read this next section !!
@@ -17,6 +28,20 @@ https://cloud.google.com/tasks/docs/configuring-queues
17
28
18
29
This package uses the HTTP request handler and doesnt' support AppEngine yet. But feel free to contribute! I myself don't use AppEngine.
19
30
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
+
20
45
# Installation
21
46
22
47
(1) Require the package using Composer
You can’t perform that action at this time.
0 commit comments