Libraries tagged by request generator
litalico-engineering/eg-r2
17270 Downloads
Easy request validation and route generation from open API specifications (for Laravel)
dragosstoenica/laravel-zod
1551 Downloads
Generate Zod v4 TypeScript schemas from Spatie Laravel Data classes (output) and Laravel FormRequest classes (input). Full Laravel rule coverage, schema references for nested Data classes, lazy-ref dedup for circular relations, locale-aware messages.
hasmikk/dhl-shipping-api
2306 Downloads
DHL Business customer shipping API to request shipment and generate label
brunoinds/link-preview-detector
7895 Downloads
Detect when a request is for preview generation
irabbi360/laravel-api-inspector
580 Downloads
Laravel Auto Generate API Documentation for request rules, parameters and API Response
bernardosecades/split-blue
25654 Downloads
Split Blueprint files (request/response sections) to generate documentation and mock servers files
otezvikentiy/json-rpc-api
327 Downloads
Symfony bundle for building JSON-RPC 2.0 APIs: attribute-driven methods, DTO validation, batch requests, API versioning, OpenAPI/Swagger generation and hardened security defaults
stixx/openapi-command-bundle
2948 Downloads
Create Command-Bus APIs with auto-generated OpenAPI docs and schema-driven request validation
smallbearsoft/yii2-ajax
16597 Downloads
This is a ajax widget of yii2 which will generate a div. The link click or form submission (for those link and form with data-ajax attribute) in this div will trigger an AJAX request.
pentacore/laravel-typefinder
1750 Downloads
Auto-generate TypeScript type definitions from Laravel Models, Enums, Casts, and Requests.
creativecrafts/laravel-domain-driven-design-lite
1512 Downloads
Domain‑Driven Design (DDD)‑lite scaffolding for Laravel. This package generates a lightweight, opinionated module structure under Modules/[Module] and provides Artisan commands to scaffold common artifacts (Actions, Queries, DTOs, Repositories, Models, Controllers, Requests, Mappers, Migrations, Factories, and Tests).
hevelop/invoice-request
5784 Downloads
This is the module to generate invoice request in checkout and save data in order
hejunjie/encrypted-request
273 Downloads
PHP 请求加密工具包,支持 AES 解密、签名与时间戳验证,快速实现前后端安全通信 | PHP encryption toolkit for AES decryption, signature, and timestamp verification, enabling fast and secure front-to-backend communication. Front-end npm package generates encrypted request parameters without changing existing APIs
julio-cavallari/laravel-dto
4 Downloads
Laravel package to automatically generate DTOs from Form Request classes
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.