@@ -7,6 +7,11 @@ Automatically always return a response in JSON format
7
7
[ ![ Total Downloads] [ badge_downloads ]] [ link_packagist ]
8
8
[ ![ License] [ badge_license ]] [ link_license ]
9
9
10
+ [ ![ StyleCI Status] [ badge_styleci ]] [ link_styleci ]
11
+ [ ![ Github Workflow Status] [ badge_build ]] [ link_build ]
12
+ [ ![ Coverage Status] [ badge_coverage ]] [ link_scrutinizer ]
13
+ [ ![ Scrutinizer Code Quality] [ badge_quality ]] [ link_scrutinizer ]
14
+
10
15
11
16
## Installation
12
17
@@ -34,14 +39,28 @@ This package will automatically register the `Helldar\LaravelJsonResponse\Middle
34
39
exist. The middleware will add a header ` Accept ` that will effectively convert all responses to JSON format. This header will apply to all replies.
35
40
36
41
42
+ [ badge_build ] : https://img.shields.io/github/workflow/status/andrey-helldar/laravel-json-response/phpunit?style=flat-square
43
+
44
+ [ badge_coverage ] : https://img.shields.io/scrutinizer/coverage/g/andrey-helldar/laravel-json-response.svg?style=flat-square
45
+
37
46
[ badge_downloads ] : https://img.shields.io/packagist/dt/andrey-helldar/laravel-json-response.svg?style=flat-square
38
47
39
48
[ badge_license ] : https://img.shields.io/packagist/l/andrey-helldar/laravel-json-response.svg?style=flat-square
40
49
50
+ [ badge_quality ] : https://img.shields.io/scrutinizer/g/andrey-helldar/laravel-json-response.svg?style=flat-square
51
+
41
52
[ badge_stable ] : https://img.shields.io/github/v/release/andrey-helldar/laravel-json-response?label=stable&style=flat-square
42
53
54
+ [ badge_styleci ] : https://styleci.io/repos/374687566/shield
55
+
43
56
[ badge_unstable ] : https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square
44
57
58
+ [ link_build ] : https://github.com/andrey-helldar/laravel-json-response/actions
59
+
45
60
[ link_license ] : LICENSE
46
61
47
62
[ link_packagist ] : https://packagist.org/packages/andrey-helldar/laravel-json-response
63
+
64
+ [ link_scrutinizer ] : https://scrutinizer-ci.com/g/andrey-helldar/laravel-json-response/?branch=main
65
+
66
+ [ link_styleci ] : https://github.styleci.io/repos/374687566
0 commit comments