Libraries tagged by api responder
codearchitect/json_response
1 Downloads
Take the value user assign/enter to the properties of the class. And return the json formatted response.
chhw/api-response
31 Downloads
This package gives you an easier way to return RESTful API response.
burxon/api-response-dto
33 Downloads
A simple DTO class for consistent API responses in Laravel
bugsheng/laravel-api-response
17 Downloads
Laravel Lumen response api
bpartner/api-response
21 Downloads
Create response by simple way for Laravel
borisnedovis/api-response
11 Downloads
Api Response
bneumann/mock-api-bundle
2 Downloads
A Symfony bundle to mock external API responses
bluecloud/api-response
481 Downloads
Laravel API Responses
bestiony/laravel-api-response
1 Downloads
A wrapper around Laravel response function that returns a consistent API response o failure or success
berthott/laravel-api-cache
1048 Downloads
Laravel Helper for Caching API Responses
barrydit/json-response
5 Downloads
A simple class that returns a properly formatted json response with HTTP status
avertys/json-api-response
8 Downloads
Send an elegant Json response from your api.
astronati/sportmediaset-api-response-parser
3068 Downloads
Allows to map responses provided by any SportMediaset API endpoint
asifcode/api-response
19 Downloads
Sending api 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.