File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ The design of this library is poor and its reason for existing is questionable.
4
4
time you are likely better served by creating dedicated interfaces within your project.
5
5
6
6
DataValues Interfaces is a small PHP library that defines a set of interfaces for parsers,
7
- formatters and validators. It is part of the [ DataValues set of libraries] ( https://github.com/DataValues ) .
7
+ formatters, and validators. It is part of the [ DataValues set of libraries] ( https://github.com/DataValues ) .
8
8
9
+ [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/DataValues/Interfaces/php.yml?branch=master )] ( https://github.com/DataValues/Interfaces/actions/workflows/php.yml?query=workflow%3APHP )
9
10
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/DataValues/Interfaces/badges/coverage.png?s=6432d29bf3fed068995e66093ad52e053099a916 )] ( https://scrutinizer-ci.com/g/DataValues/Interfaces/ )
10
- [ ![ Scrutinizer Quality Score] ( https://scrutinizer-ci.com/g/DataValues/Interfaces/badges/quality-score.png?s=da1bb6ea09762d9e3a143e473cdefa712db46804 )] ( https://scrutinizer-ci.com/g/DataValues/Interfaces/ )
11
11
12
12
On [ Packagist] ( https://packagist.org/packages/data-values/interfaces ) :
13
- [ ![ Latest Stable Version] ( https://poser.pugx.org/data-values/interfaces/version.png )] ( https://packagist.org/packages/data-values/interfaces )
14
- [ ![ Download count] ( https://poser.pugx.org/data-values/interfaces/d/total.png )] ( https://packagist.org/packages/data-values/interfaces )
15
-
13
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/data-values/interfaces/v/stable )] ( https://packagist.org/packages/data-values/interfaces )
14
+ [ ![ Download count] ( https://poser.pugx.org/data-values/interfaces/downloads )] ( https://packagist.org/packages/data-values/interfaces )
16
15
17
16
## Installation
18
17
You can’t perform that action at this time.
0 commit comments