Skip to content

Commit 68eaff7

Browse files
committed
Updated README with logo and requirements
1 parent d4292eb commit 68eaff7

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
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

312
This 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

1829
This 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

logo.png

48.2 KB
Loading

0 commit comments

Comments
 (0)