Libraries tagged by dto mapping
event4u/data-helpers
30680 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.
yiisoft/input-http
101144 Downloads
Maps data from PSR-7 HTTP request to PHP DTO representing user input.
rekalogika/mapper
52905 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.
neuron-php/dto
1349 Downloads
Easy, dynamic DTO creation, validation and mapping.
jooservices/dto
846 Downloads
A PHP 8.5+ DTO and Data library with immutable DTOs and mutable Data objects
tiny-blocks/mapper
1988 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
falseclock/dbd-php-entity
10171 Downloads
DTO like library to fetch any data in an Object-Oriented manner (ORM)
perfilov/php-dto-packer
2766 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
diego-ninja/granite
969 Downloads
A lightweight zero-dependency PHP library for building immutable, serializable objects with validation capabilities.
didix16/php-apidatamapper
9261 Downloads
An extensible DTO library that allows map incoming API data to any of your entities/models by using a simple filed mapping language with filters and functions.
ascetic-soft/rowcast
122 Downloads
Lightweight DataMapper and QueryBuilder over PDO with DTO hydration and type casting
micro-module/rest-bundle
1793 Downloads
Reusable REST API infrastructure bundle: API versioning, base controllers, DTO mapping, JSON path filtering, event listeners, CSRF protection, and pagination/HATEOAS traits
futuretek/data-mapper
782 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.
qbejs/laravel-dto-mapper
9 Downloads
Automatic DTO mapping for Laravel using PHP 8 Attributes
noith/api-requester
6 Downloads
A typed HTTP client for API with request/response DTO mapping.