Libraries tagged by dto mapper
brick/json-mapper
73509 Downloads
Maps JSON data to strongly typed PHP DTOs
nutgram/hydrator
386180 Downloads
Hydrator for PHP 8.0+
rekalogika/mapper
56061 Downloads
An object mapper for PHP and Symfony. Maps an object to another object. Primarily used for transforming an entity to a DTO and vice versa.
yiisoft/input-http
122920 Downloads
Maps data from PSR-7 HTTP request to PHP DTO representing user input.
sunrise/hydrator
35506 Downloads
Strictly typed object hydration and value casting.
artyuum/request-dto-mapper-bundle
6291 Downloads
This bundle provides an easy way to automatically map the incoming request data to a DTO and optionally validate it.
pixelshaped/flat-mapper-bundle
8078 Downloads
Object mapper for denormalized data. Transform flat arrays (like database JOIN results) into nested, typed DTOs without the overhead of a full ORM.
idr0id/papper
27453 Downloads
Papper is PHP convention-based object to object mapper
event4u/data-helpers
35219 Downloads
Framework-agnostic PHP library for data mapping, DTOs and utilities. Includes DataMapper, SimpleDto/LiteDto, DataAccessor/Mutator/Filter and helper classes (MathHelper, EnvHelper, etc.). Works with Laravel, Symfony/Doctrine or standalone PHP.
bowlofsoup/cake-dto-mapper
43141 Downloads
Map a CakePHP entity into a DTO
open-southeners/laravel-dto
2346 Downloads
Integrate data transfer objects into Laravel, the easiest way
creativecrafts/laravel-domain-driven-design-lite
1387 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).
controlbit/dto-mapper
512 Downloads
tiny-blocks/mapper
2149 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
sirix/mezzio-valinor-request-mapper
551 Downloads
Transparently maps PSR-7 requests to typed DTOs via cuyz/valinor in Mezzio applications