From 3fc7030eb7cd8ee5d7f75b727409c4ae8b29eef9 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 6 Jul 2021 09:50:50 +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 d243871..957e12d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # clue/reactphp-eventsource [![CI status](https://github.com/clue/reactphp-eventsource/workflows/CI/badge.svg)](https://github.com/clue/reactphp-eventsource/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/clue/reactphp-eventsource?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/reactphp-eventsource) Event-driven EventSource client, receiving streaming messages from any HTML5 Server-Sent Events (SSE) server, built on top of [ReactPHP](https://reactphp.org/).