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 2
2
3
3
Inspired by: [ Why you should use and prefer DSV format instead of CSV] ( https://matthodges.com/posts/2024-08-12-csv-bad-dsv-good/ )
4
4
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 )
6
6
[ ![ Psalm type coverage] ( https://shepherd.dev/github/terremoth/php-dsv/coverage.svg )] ( https://shepherd.dev/github/terremoth/php-dsv )
7
7
[ ![ Psalm level] ( https://shepherd.dev/github/terremoth/php-dsv/level.svg )] ( https://shepherd.dev/github/terremoth/php-dsv )
8
8
[ ![ 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 )
11
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 )
12
+ [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/test_coverage )] ( https://codeclimate.com/github/terremoth/php-dsv/test_coverage )
12
13
13
14
See [ demos/demo.php] ( demos/demo.php ) for examples.
14
15
@@ -18,7 +19,7 @@ See [demos/demo.php](demos/demo.php) for examples.
18
19
composer require terremoth/php-dsv --no-dev
19
20
```
20
21
21
- ## Usage:
22
+ ## Usage
22
23
23
24
``` php
24
25
require_once 'vendor/autoload.php';
You can’t perform that action at this time.
0 commit comments