From 18a6f73d5f1dedbed8d36c231a279e6e7005e57d Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sat, 19 Jan 2019 18:23:12 +0000 Subject: [PATCH] Add some badges to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 00cd15d..a978c65 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ [![Build Status](https://travis-ci.org/SykesCottages/Qu.svg?branch=master)](https://travis-ci.org/SykesCottages/Qu) [![Coverage Status](https://coveralls.io/repos/github/SykesCottages/Qu/badge.svg?branch=master)](https://coveralls.io/github/SykesCottages/Qu?branch=master) +[![Latest Stable Version](https://poser.pugx.org/sykescottages/qu/v/stable)](https://packagist.org/packages/sykescottages/qu) +[![Total Downloads](https://poser.pugx.org/sykescottages/qu/downloads)](https://packagist.org/packages/sykescottages/qu) +[![Latest Unstable Version](https://poser.pugx.org/sykescottages/qu/v/unstable)](https://packagist.org/packages/sykescottages/qu) This package has been designed to switch out queue providers using a Queue & Consumer interface. You can use this package with RabbitMQ & SQS to seamlessly switch between the two.