Libraries tagged by request dto
domain/laravel-domain-generator
72 Downloads
Pacote Laravel para geração automática de estruturas por domínio utilizando DDD, DTOs, Services, Repositories, Controllers e Form Requests
gchernikov/request-resolver-bundle
6391 Downloads
Symfony bundle for constructing request dto's and resolving them as Controller arguments
crtl/request-dto-resolver-bundle
529 Downloads
Deserializes and validates requests into objects
tandrewcl/api-request-convert
819 Downloads
Convert request content to DTO classes
sirix/mezzio-valinor-request-mapper
652 Downloads
Transparently maps PSR-7 requests to typed DTOs via cuyz/valinor in Mezzio applications
julio-cavallari/laravel-dto
4 Downloads
Laravel package to automatically generate DTOs from Form Request classes
maksi/laravel-request-mapper
56 Downloads
zolta/http
178 Downloads
Domain-driven HTTP framework for PHP 8.2+ with attribute-based routing, automatic request validation, DTO mapping, standardized response shaping, and built-in authorization. First-class Laravel and Symfony adapters.
noith/api-requester
75 Downloads
A typed HTTP client for API with request/response DTO mapping.
azjezz/input-hydrator
686 Downloads
Hydrates input DTOs from request input.
futuretek/data-mapper
1081 Downloads
A lightweight, reflection-based PHP 8.4+ data mapping library for converting associative arrays into typed PHP objects (POPOs), and back. Ideal for OpenAPI-generated DTOs, form handling, and request/response serialization in modern API architectures.
creativecrafts/laravel-domain-driven-design-lite
1597 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).
anteris-dev/form-request
9 Downloads
A lightweight form request DTO for Laravel.
k2gl/array-reader
814 Downloads
Read typed values from untyped arrays (JSON, CSV, config, request data) in PHP, with strict and lenient modes
eonx-com/requesthandlers
2994 Downloads
Support library to enable Request DTO and Doctrine ParamConverters in Lumen