Skip to content

Commit 6e45db6

Browse files
author
Andrey Helldar
committed
Update README.md
1 parent d8e7f0d commit 6e45db6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Automatically always return a response in JSON format
77
[![Total Downloads][badge_downloads]][link_packagist]
88
[![License][badge_license]][link_license]
99

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+
1015

1116
## Installation
1217

@@ -34,14 +39,28 @@ This package will automatically register the `Helldar\LaravelJsonResponse\Middle
3439
exist. The middleware will add a header `Accept` that will effectively convert all responses to JSON format. This header will apply to all replies.
3540

3641

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+
3746
[badge_downloads]: https://img.shields.io/packagist/dt/andrey-helldar/laravel-json-response.svg?style=flat-square
3847

3948
[badge_license]: https://img.shields.io/packagist/l/andrey-helldar/laravel-json-response.svg?style=flat-square
4049

50+
[badge_quality]: https://img.shields.io/scrutinizer/g/andrey-helldar/laravel-json-response.svg?style=flat-square
51+
4152
[badge_stable]: https://img.shields.io/github/v/release/andrey-helldar/laravel-json-response?label=stable&style=flat-square
4253

54+
[badge_styleci]: https://styleci.io/repos/374687566/shield
55+
4356
[badge_unstable]: https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square
4457

58+
[link_build]: https://github.com/andrey-helldar/laravel-json-response/actions
59+
4560
[link_license]: LICENSE
4661

4762
[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

Comments
 (0)