Libraries tagged by api response package
ngoctp/laravel-easy-jsonapi
2417 Downloads
Follow Extended Fractal package for smarter usage for API response
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/
alanmjc/auto-pagination-laravel
9 Downloads
A Laravel package for handling pagination in API responses.
orware/compressed-string
735 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.
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.
kunalkanani/maskable
2 Downloads
A package for concealing sensitive data in Laravel models and API responses with customizable masking rules. Mask specific fields, like emails and phone numbers, without altering the original data stored in the database.
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.
arhamlabs/error-handler
187 Downloads
This package is a template used to create API responses which can be overwritten
anhht/laravel-service-repository
0 Downloads
A Laravel package for generating Services and Repositories with automatic dependency injection and API response standardization
mohammadfahadrao/mfr-tokens
11 Downloads
Package to generate tables based upon response from API or by supplying key value pair manually.
debugged/apilogger
37 Downloads
A Laravel package for logging API requests and responses
siwei/sovren-parser
1 Downloads
Package to can call and parse response of Sovren API
esharsh/testpack
0 Downloads
A testing package which can test es apis with proper response.
vahid/respond
64 Downloads
Easy JSON response for Laravel and Lumen, a useful package for handle your RESTful API endpoint