File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# REST API Response Builder for Laravel #
4
4
5
- [ ![ Latest Stable Version] ( https://poser.pugx.org/marcin-orlowski/laravel-api-response-builder/v/stable )] ( https://packagist.org/packages/marcin-orlowski/laravel-api-response-builder )
5
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/marcin-orlowski/laravel-api-response-builder/v )] ( https://packagist.org/packages/marcin-orlowski/laravel-api-response-builder )
6
6
[ ![ Build Status] ( https://travis-ci.org/MarcinOrlowski/laravel-api-response-builder.svg?branch=master )] ( https://travis-ci.org/MarcinOrlowski/laravel-api-response-builder )
7
7
[ ![ Code Quality] ( https://scrutinizer-ci.com/g/MarcinOrlowski/laravel-api-response-builder/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/MarcinOrlowski/laravel-api-response-builder/?branch=master )
8
8
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/MarcinOrlowski/laravel-api-response-builder/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/MarcinOrlowski/laravel-api-response-builder/?branch=master )
Original file line number Diff line number Diff line change 2
2
3
3
# REST API Response Builder for Laravel #
4
4
5
- > ![ WARNING] ( img/warning.png ) This library follows [ Semantic versioning] ( https://semver.org ) .
5
+ > ![ WARNING] ( img/warning.png ) This library follows [ semantic versioning] ( https://semver.org ) .
6
6
> See [ compatibility docs] ( docs/compatibility.md ) for details about backward compatibility
7
7
> ** before** doing major upgrade!
8
8
Original file line number Diff line number Diff line change 2
2
3
3
# REST API Response Builder for Laravel #
4
4
5
- ` ResponseBuilder ` is [ Laravel] ( https://laravel.com/ ) 's helper designed to build
6
- nice, normalized and easy to consume REST API JSON responses.
5
+ ` ResponseBuilder ` is a helper library for [ Laravel] ( https://laravel.com/ ) framework,
6
+ designed to help you build nice, normalized and easy to consume JSON response structures
7
+ for your REST API.
7
8
8
9
## Table of contents ##
9
10
You can’t perform that action at this time.
0 commit comments