Libraries tagged by laravel api response
thomzee/laramap
46 Downloads
Laravel REST API response mapper.
nuwave/ember-eloquent
61 Downloads
Laravel package to translate api responses into ember-data readable formats.
m-porter/json-result
6 Downloads
Enforce consistent JSON responses in your Laravel APIs
kepsondiaz/httpjsonbridge
15 Downloads
An elegant json response for your laravel api
code16/responder
40 Downloads
Generic API response handler for Laravel framework
debugged/apilogger
37 Downloads
A Laravel package for logging API requests and responses
lalu/jer
53 Downloads
A laravel/lumen package for structing API exception response in JSON followed http://jsonapi.org/
lalu/jdr
52 Downloads
A Laravel/Lumen package for structing API data response in JSON followed http://jsonapi.org/
samark/lumpineevill
1864 Downloads
Laravel Generator , For api base CRUD , Management request , handler response with JSON.
pedrokeilerbatistarojo/smartfilter
6 Downloads
This Laravel package provides a streamlined solution for filtering and listing data. It accepts an input array, applies customizable filters, and returns a structured JSON response. Ideal for projects requiring dynamic data filtering with minimal setup, the package ensures consistency in API responses while maintaining flexibility to handle complex filter conditions.
mrclutch/servio
31 Downloads
Servio is a Laravel package designed to streamline and simplify the development of APIs within your Laravel application using a Service-Oriented Architecture (SOA) approach. It provides a standardized way to manage API responses, ensuring consistency and maintainability across services.
incraigulous/data-factories
444 Downloads
A data factory helper class for mocking data. This is inspired by Laravel's model factories, the difference being that data factories are not tied to a model. Data factories are great for mocking api responses, requests or other data not persisted to a database. Data Factories are not dependant on Laravel, so you can use this package anywhere.
nucleardog/ndapi-http
41 Downloads
API boilerplate for Laravel - HTTP requests and responses
aliirfaan/citronel-external-service
16 Downloads
Consume external APIs using a standard interface using Laravel http client. Log requests and responses for API calls in database and log file for auditing/debugging purposes.
vahid/respond
64 Downloads
Easy JSON response for Laravel and Lumen, a useful package for handle your RESTful API endpoint