From fb0c5ef8a0a3e6c16c2b9ffcc54854d4df419a73 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 5 Jul 2021 08:43:19 +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 48edbc2..c028a71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # clue/reactphp-sqlite [![CI status](https://github.com/clue/reactphp-sqlite/workflows/CI/badge.svg)](https://github.com/clue/reactphp-sqlite/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/clue/reactphp-sqlite?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/reactphp-sqlite) Async SQLite database, lightweight non-blocking process wrapper around file-based database extension (`ext-sqlite3`), built on top of [ReactPHP](https://reactphp.org/).