Libraries tagged by response data
imransaleem/http-db-logger
26 Downloads
Middleware to log HTTP requests and responses to database
nuwave/ember-eloquent
61 Downloads
Laravel package to translate api responses into ember-data readable formats.
net-code/laravel-scramble
2 Downloads
Scramble operation transformers for Laravel REST APIs: namespace/attribute-driven tagging, RFC 9457 error responses, and spatie-Data query parameters.
marko/inertia
77 Downloads
Inertia.js protocol integration for the Marko Framework - middleware, response factory, shared data, and SSR support
themallen/jsend
6 Downloads
JSend is a library intended to make outputting data for RESTful responses easy and painless using the super simple JSend specification.
harshilkaneria/jsonbash
20 Downloads
A PHP Function for Generating Basic Structure for Json Response Like Status , Message , Data.
jenerator/jenerator
8 Downloads
Generates JSON values from JSON Schema definitions for use as seed data, sample API responses, etc.
vaibhavpandeyvpz/frameworx
16 Downloads
Skeleton application on top of Slim framework implementing asset management via Gulp & Bower, Twig templates, response Bootstrap front-end, database access via Doctrine, Symfony translations and more
sgalinski/sg-apicore
5 Downloads
Modern, performance-driven TYPO3 API framework with attribute-based routing and endpoint metadata, multi-API/multi-version setup, tenant-aware request context, OpenAPI 3 generation with Swagger UI and CLI export, MCP/Model Context Protocol tool exposure over JSON-RPC and Streamable HTTP, token/user/backend authentication (opaque bearer + JWT + FE/BE contexts), scope enforcement, auto-CRUD resource registration via TCA/DataHandler, built-in response caching, rate limiting, structured request/response logging with redaction, backend dashboards for APIs/tokens/endpoints/rate-limits/logs, and optional legacy sg_rest compatibility.
marko/debugbar
35 Downloads
Development debugbar and request profiler for the Marko Framework with request, response, timing, memory, messages, database, logs, views, Inertia, and config collectors
azeemade/db-logs
2 Downloads
A Laravel package to log request and response information in a database.
ap-lib/error-node
50 Downloads
A simple and lightweight PHP library for handling structured error messages, useful for validation, data processing, and API responses
moxie-lean/wp-endpoints-collection
1203 Downloads
Query against a WordPress site and get a JSON response with a collection of data associated with your request.
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.
aliirfaan/citronel-external-service
19 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.