From ebb9fdf0512edcd12d02f3af914c83c29b1efea3 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 30 Jun 2021 16:57:38 +0200 Subject: [PATCH] Add badge to show number of project installations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e33565f..b3438e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # clue/reactphp-mq [![CI status](https://github.com/clue/reactphp-mq/workflows/CI/badge.svg)](https://github.com/clue/reactphp-mq/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/clue/mq-react?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/mq-react) Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of [ReactPHP](https://reactphp.org/).