From 765dcee7aed17aff2525ca25e9c51d0c0b7347e7 Mon Sep 17 00:00:00 2001 From: Eric Fortmeyer Date: Thu, 9 Feb 2023 20:19:10 -0600 Subject: [PATCH] docs(README.md): add badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a24334..6dd29c2 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ # PHPolar CSV File Storage +[![Coverage Status](https://coveralls.io/repos/github/phpolar/csv-file-storage/badge.svg?branch=main)](https://coveralls.io/github/phpolar/csv-file-storage?branch=main) [![Latest Stable Version](http://poser.pugx.org/phpolar/csv-file-storage/v)](https://packagist.org/packages/phpolar/csv-file-storage) [![Total Downloads](http://poser.pugx.org/phpolar/csv-file-storage/downloads)](https://packagist.org/packages/phpolar/csv-file-storage) [![Latest Unstable Version](http://poser.pugx.org/phpolar/csv-file-storage/v/unstable)](https://packagist.org/packages/phpolar/csv-file-storage) [![License](http://poser.pugx.org/phpolar/csv-file-storage/license)](https://packagist.org/packages/phpolar/csv-file-storage) [![PHP Version Require](http://poser.pugx.org/phpolar/csv-file-storage/require/php)](https://packagist.org/packages/phpolar/csv-file-storage) + ## Adds support for storing data on disk in CSV format