From 798af6e96b527d0822aa4c9698c8dbc94c7a52ca Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 5 Jul 2021 08:34:18 +0200 Subject: [PATCH] Add badge to show number of project installations --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea36a67..22306cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# clue/redis-protocol [![Build Status](https://travis-ci.org/clue/php-redis-protocol.png?branch=master)](https://travis-ci.org/clue/php-redis-protocol) +# clue/redis-protocol + +[![Build Status](https://travis-ci.org/clue/php-redis-protocol.png?branch=master)](https://travis-ci.org/clue/php-redis-protocol) +[![installs on Packagist](https://img.shields.io/packagist/dt/clue/redis-protocol?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/redis-protocol) A streaming redis protocol parser and serializer written in PHP