Libraries tagged by php dto
jetcod/data-transport
1828 Downloads
Efficient PHP Data Transport with DTOs
rpungello/sdk-client
5767 Downloads
Generic client for creating PHP-based SDKs using Spatie's DTOs for data transfer
popo/generator
40495 Downloads
Plain Old PHP Object (POPO) / Data Structure / Data Transfer Object (DTO) Generator. Convert YAML schema to PHP class.
orboto/mail
233 Downloads
Official PHP SDK for the Orboto Mail Service. Drop-in transactional-mail client with auto-quota-tracking, retry-with-backoff, quota lifecycle events, typed DTOs, and a Laravel Service-Provider out of the box. EU-hosted, GDPR-compliant.
futuretek/data-mapper
841 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.
detain/phlix-shared
97 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.
tsetsee/php-dto
1538 Downloads
rjds/php-dto
172 Downloads
A PHP library to map associative arrays to typed DTOs using attributes.
philiprehberger/php-dto-mapper
68 Downloads
Map arrays and JSON to strongly-typed DTOs with attribute-driven configuration
baoziyoo/hyperf-dto-validation
3035 Downloads
php hyperf dto validation
baoziyoo/hyperf-dto
3047 Downloads
php hyperf dto
qbejs/laravel-dto-mapper
9 Downloads
Automatic DTO mapping for Laravel using PHP 8 Attributes
genai/dto
21 Downloads
DTO support: a #[Dto] attribute, a build-time processor that compiles each DTO's getters into a JSON map, and a PHP 5.3-safe Serializer that turns DTOs (and nested/arrays of them) into arrays via that map — no runtime reflection, no toArray(). Standalone: no runtime dependencies.
worldstores/dto-generator-bundle
23 Downloads
Converts XSD/JSON definitions into PHP classes
ufo-tech/dto-transformer
2171 Downloads
The library provides tools for two-way transformation of DTO objects ⇄ arrays, respecting typing, contracts, and flexible transformation logic.