Libraries tagged by api response json
jasechen/lara-jsonponse
7 Downloads
This Laravel package to response JSON message using in RESTful API.
hafizmmoaz/laravel-rest-api
4 Downloads
A minimal, reusable REST API toolkit for Laravel: consistent JSON responses, a typed exception hierarchy, and base API model/controller.
attus/jsonapi
11 Downloads
JSON:API Formatter and Response
aseemann/pihole-api-client
24 Downloads
The Pi-hole API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, accepts and returns reliable UTF-8 [JavaScript Object Notation (JSON)-encoded](http://www.json.org/) data for all API responses, and uses standard HTTP response codes and verbs. Most (but not all) endpoints require authentication. API endpoints requiring authentication will fail with code `401 Unauthorized` when used outside a valid session.
zhkugh/laravel-api-response
8 Downloads
A pluggable Laravel package for unified REST API responses with Response Macros and exception handling
weckhawk/pretty-response
1 Downloads
A fluent and consistent API response builder for Laravel applications.
vikings/json-response
5 Downloads
A simple class that returns a properly formatted json response with http status
udemycomposer/json-response
4 Downloads
A simple class that returns a properly formatted json response with HTTP status
truegameover/laravel-api-response-builder
10 Downloads
Helps building nice, normalized and easy to consume Laravel REST API.
taxionus/laravel-api-response-builder
3 Downloads
Helps building nice, normalized and easy to consume Laravel REST API.
sungmee/laravel-api-response
32 Downloads
Laravel API 响应扩展包。
sujal/json-resp
0 Downloads
A class that returns formatted JSON response with HTTP status
src83/laravel-api-response
1 Downloads
Unified REST API Response formatter for Laravel with exception handling, localization, logging, and pagination
sarju/json_response
5 Downloads
A simple class that returns a properly formatted json with http response
philiprehberger/laravel-response-macros
72 Downloads
Response macros for consistent, standardized API responses in Laravel