Libraries tagged by Api Responses
moxie-lean/wp-endpoints-authors
261 Downloads
Query against a WordPress site and get a JSON response with a collection of authors associated with your request.
api-clients/middleware-mock
229 Downloads
Capture and mock request responses for development and debugging
api-clients/middleware-log
1036 Downloads
Request/Response logging middleware
api-clients/middleware-cache
508 Downloads
Middleware that caches responses
xooxx/serializer-eloquent
109 Downloads
Eloquent Driver for outputting valid API responses in JSON, JSON API and HAL+JSON API formats.
viral-agency/master-caster
21 Downloads
Easily cast JSON API responses into custom objects models
vielhuber/comparehelper
300 Downloads
small php helper for comparing api responses in your tests.
thomzee/laramap
46 Downloads
Laravel REST API response mapper.
sobhan-aali/laravel-apiresponse
11 Downloads
A Laravel package to standardize JSON API responses and centralize exception handling
smhnaqvi/pagination
0 Downloads
simple library for easily create pagination with json format for rest api responses
ppajer/cache
0 Downloads
A simple filesystem based cache in PHP. Ideal for caching large API responses that rarely need updating.
porifa/jarason
8 Downloads
Laravel Json API Response to Object Mapper
pfwd/vimeo-entities
10 Downloads
A set of PHP entities that represent the Vimeo API responses
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.
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.