From fd245ee9d1b509c44fc5e1a21a5d411cbf6c0169 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 12 Jul 2021 16:48:09 +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 f00ec86..0b1e889 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # clue/reactphp-packagist-api [![CI status](https://github.com/clue/reactphp-packagist-api/workflows/CI/badge.svg)](https://github.com/clue/reactphp-packagist-api/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/clue/packagist-api-react?color=blue&label=install%20on%20Packagist)](https://packagist.org/packages/clue/packagist-api-react) Simple async access to packagist.org's API, like listing project details, number of downloads etc., built on top of [ReactPHP](https://reactphp.org/).