Skip to content

Commit 3526092

Browse files
committed
Fix badges
1 parent 1434a9d commit 3526092

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# PHP DSV Reader & Writer
22

33
[![Test Run Status](https://github.com/terremoth/php-dsv/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/terremoth/php-dsv/actions/workflows/workflow.yml)
4+
[![License](https://img.shields.io/github/license/terremoth/php-dsv.svg?logo=gnu&color=41bb13)](https://github.com/terremoth/php-dsv/blob/main/LICENSE)
5+
[![Latest Stable Version](https://poser.pugx.org/terremoth/php-dsv/v/stable)](https://packagist.org/packages/terremoth/php-dsv)
6+
[![Total Downloads](https://poser.pugx.org/terremoth/php-dsv/downloads)](https://packagist.org/packages/terremoth/php-dsv)
47
[![codecov](https://codecov.io/github/terremoth/php-dsv/graph/badge.svg?token=ZED14FNR0B)](https://codecov.io/github/terremoth/php-dsv)
58
[![Test Coverage](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/test_coverage)](https://codeclimate.com/github/terremoth/php-dsv/test_coverage)
69
[![Psalm type coverage](https://shepherd.dev/github/terremoth/php-dsv/coverage.svg)](https://shepherd.dev/github/terremoth/php-dsv)
710
[![Psalm level](https://shepherd.dev/github/terremoth/php-dsv/level.svg)](https://shepherd.dev/github/terremoth/php-dsv)
811
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0edf6ce999c548f8ab994288611e3d0f)](https://app.codacy.com/gh/terremoth/php-dsv/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
912
[![Maintainability](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/maintainability)](https://codeclimate.com/github/terremoth/php-dsv/maintainability)
10-
[![Total Downloads](https://poser.pugx.org/terremoth/php-dsv/downloads)](https://packagist.org/packages/terremoth/php-dsv)
11-
[![License](https://img.shields.io/github/license/terremoth/php-dsv.svg?logo=gnu&color=41bb13)](https://github.com/terremoth/php-dsv/blob/main/LICENSE)
1213

1314
Inspired by: [Why you should use and prefer DSV format instead of CSV](https://matthodges.com/posts/2024-08-12-csv-bad-dsv-good/)
1415

0 commit comments

Comments
 (0)