File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33Inspired by: [ Why you should use and prefer DSV format instead of CSV] ( https://matthodges.com/posts/2024-08-12-csv-bad-dsv-good/ )
44
5- [ ![ CodeCov ] ( https://codecov.io/gh /terremoth/php-dsv/graph/badge.svg?token=TOKEN )] ( https://app. codecov.io/gh /terremoth/php-dsv )
5+ [ ![ codecov ] ( https://codecov.io/github /terremoth/php-dsv/graph/badge.svg?token=ZED14FNR0B )] ( https://codecov.io/github /terremoth/php-dsv )
66[ ![ Psalm type coverage] ( https://shepherd.dev/github/terremoth/php-dsv/coverage.svg )] ( https://shepherd.dev/github/terremoth/php-dsv )
77[ ![ Psalm level] ( https://shepherd.dev/github/terremoth/php-dsv/level.svg )] ( https://shepherd.dev/github/terremoth/php-dsv )
88[ ![ 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 )
9- [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/CODE )] ( https://app.codacy.com/gh/terremoth/php-dsv/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
10- [ ![ Code Climate Maintainability] ( https://api.codeclimate.com/v1/badges/CODE /maintainability )] ( https://codeclimate.com/github/terremoth/php-dsv/maintainability )
9+ [ ![ 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 )
10+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128 /maintainability )] ( https://codeclimate.com/github/terremoth/php-dsv/maintainability )
1111[ ![ License] ( https://img.shields.io/github/license/terremoth/php-dsv.svg?logo=gnu&color=41bb13 )] ( https://github.com/terremoth/php-dsv/blob/main/LICENSE )
12+ [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/test_coverage )] ( https://codeclimate.com/github/terremoth/php-dsv/test_coverage )
1213
1314See [ demos/demo.php] ( demos/demo.php ) for examples.
1415
@@ -18,7 +19,7 @@ See [demos/demo.php](demos/demo.php) for examples.
1819composer require terremoth/php-dsv --no-dev
1920```
2021
21- ## Usage:
22+ ## Usage
2223
2324``` php
2425require_once 'vendor/autoload.php';
You can’t perform that action at this time.
0 commit comments