From b7eddd3c6aad8c72c811ae63dbc21ab7fbdb2664 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 5 Jul 2021 08:59:51 +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 ce6b85d..16457e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # clue/reactphp-zlib [![CI status](https://github.com/clue/reactphp-zlib/workflows/CI/badge.svg)](https://github.com/clue/reactphp-zlib/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/clue/zlib-react?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/zlib-react) Streaming zlib compressor and decompressor for [ReactPHP](https://reactphp.org/), supporting compression and decompression of GZIP, ZLIB and raw DEFLATE formats.