Libraries tagged by request generator
generationtux/json-middleware
4695 Downloads
A simple laravel/lumen middleware for denying non-json POST and PUT requests.
genai/trace
163 Downloads
Request correlation IDs for centralized logging. A TraceInterceptor reads X-Request-Id (or generates one), exposes it via a TraceContext bean + a global trace_id(), echoes it on the response, and a Monolog processor stamps it on every log line. PHP 5.3-safe at runtime.
sgalinski/sg-apicore
20 Downloads
Modern API Core for TYPO3 - 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.
princenoman/laravel-rocket
3 Downloads
A Laravel package to generate multiple models, migrations, controllers, requests, factories, and seeders in one command.
piovezanfernando/laravel-api-auto-docs
22 Downloads
Automatically generate Laravel API documentation from request rules, controllers and routes
azjezz/hack-routing
1126 Downloads
Fast, type-safe request routing, parameter retrieval, and link generation.
pixelbrackets/html-redirect
2593 Downloads
Generate HTML markup to redirect a request instead of sending a location header
mabs/jquery-ajax-bundle
224 Downloads
This bundle provides a Twig functions that generate js function to send ajax request.
bkwld/reporter
20507 Downloads
Generate styled logs of Laravel 4 requests that include application timing, memory usage, input data, and sql queries
glue-systems/sp-api-open-api
266 Downloads
Lightweight PHP library for making LWA-authorized requests to Amazon Selling Partner API (SP-API) via OpenAPI-generated classes
foziluff/swagger
4 Downloads
Auto-generate OpenAPI/Swagger 3.0 specs from Laravel Routes & Request classes
cpsit/api-token
9985 Downloads
Generate and validate token auth for api requests.
bukankalengkaleng/laravel-entity
66 Downloads
Generate an entity along with their artefacts (Model, Controller, Migration, Form Request, Tests, Factory, Policy)
njuhel/swagger-validator
1907 Downloads
A Swagger Validation and Parser as lib for PHP to secure and helpful application for request / response validating, security stage, testunit skeleton, testauto generation, ... This lib can be used into any existing application who's having a swagger definition file for request/response (no framework dependancies or included).
desole/laravel-generate-request
12 Downloads
A Laravel command to generate Request classes with validation rules.