From 17fb0ac41ecfe724791c0fe8b013af3700bd3ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Thu, 30 Dec 2021 11:18:12 +0100 Subject: [PATCH] Add badges to show number of project installations --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a491514e..b4aaa1aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # graphp/graph [![CI status](https://github.com/graphp/graph/actions/workflows/ci.yml/badge.svg)](https://github.com/graphp/graph/actions) +[![development installs on Packagist](https://img.shields.io/packagist/dt/graphp/graph?color=blue&label=development%20installs%20on%20Packagist)](https://packagist.org/packages/graphp/graph) +[![previous installs on Packagist](https://img.shields.io/packagist/dt/clue/graph?color=blue&label=previous%20installs%20on%20Packagist)](https://packagist.org/packages/clue/graph) GraPHP is the mathematical graph/network library written in PHP.