From 584f30e2490cbf3761cf7e22e13391626966adea Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 5 Jul 2021 09:21:03 +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 7d6d936..7ab47cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # clue/json-stream [![CI status](https://github.com/clue/json-stream/workflows/CI/badge.svg)](https://github.com/clue/json-stream/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/clue/json-stream?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/json-stream) A really simple and lightweight, incremental parser for [JSON streaming](https://en.wikipedia.org/wiki/JSON_Streaming) (concatenated JSON and [newline-delimited JSON](http://ndjson.org/), in PHP.