Libraries tagged by dto
sunrise/hydrator
37647 Downloads
Strictly typed object hydration and value casting.
std-out/simple-data-objects
472 Downloads
Lightweight typed Data Transfer Object library for PHP 8.4+ with attribute-driven hydration
scrumble-nl/popo
14496 Downloads
Plain old PHP object
psx/openrpc
25981 Downloads
Model classes to generate an OpenRPC specification in a type-safe way
psx/openapi
101442 Downloads
Model classes to generate an OpenAPI specification in a type-safe way
mezzio/mezzio-valinor
6752 Downloads
Mezzio and Valinor integration layer: convert PSR-7 requests to well-typed data structures
iq2i/data-importer
27227 Downloads
A PHP library to easily manage and import large data file
idr0id/papper
27607 Downloads
Papper is PHP convention-based object to object mapper
event4u/data-helpers
37553 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.
deefour/interactor
50853 Downloads
Simple Service Objects
chubbyphp/chubbyphp-parsing
91773 Downloads
Allows parsing data of various structures, meaning the population and validation of data into a defined structure. For example, converting an API request into a Data Transfer Object (DTO).
xttribute/xttribute
31027 Downloads
XML to DTO, nicely!
signnow/rest-entity-manager
140474 Downloads
Library gives you ability to communicate to REST API within DTO objects
pixelshaped/flat-mapper-bundle
9088 Downloads
Object mapper for denormalized data. Transform flat arrays (like database JOIN results) into nested, typed DTOs without the overhead of a full ORM.
detain/phlix-shared
12584 Downloads
Shared interfaces, DTOs, event names, and protocol types used by both phlix-server and phlix-hub. Composer-installable, PHP 8.3+, zero I/O by charter — the only bundled network code is the blocking CurlArrTransport (CLI/test only); event-loop consumers MUST inject an async ArrTransportInterface.