Libraries tagged by php transform arrays
nicmart/treebuilder
2 Downloads
TreeBuilder offers some fast methods to transform tree structures (arrays, object graphs, xml documents) to php array
perfilov/php-dto-packer
2786 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
timehunter/laravel-dto-generator
178 Downloads
A generator that creates PHP Data Transfer Object by array schema.
reallifekip/immutable-base
444 Downloads
Strict immutable DTOs, VOs, and SVOs for PHP 8.4+ with construction-time type validation, deep path mutation, and automatic validation chaining.
php-extended/php-arrayable-interface
879 Downloads
A library to give objects the ability to be transformed to array data
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.
philiprehberger/php-dto-mapper
68 Downloads
Map arrays and JSON to strongly-typed DTOs with attribute-driven configuration
blacktrs/data-transformer
2 Downloads
Zero-dependency PHP array-to-object transformer
lucifer07/php-dto
0 Downloads
Swift and efficient PHP Data Transfer Object package with constructor-promoted properties, auto-mapping, and built-in serialization
webappid/lazy
187 Downloads
A lightweight utility for copying data between arrays and PHP objects, with optional type autocasting.
tommyknocker/struct
8 Downloads
PHP Structure helper with typed properties and attributes
rasclatt/smart-dto
587 Downloads
Fill Dtos with data using the mapping. Also allows rendering to different array key formats.
aviator/shaper
582 Downloads
Abstract transformers for collections and arrays.
webdevcave/dto
24 Downloads
Provides a foundation for data transfer objects in PHP applications. Built with support for ArrayAccess, JsonSerializable interfaces and hydration provided by our dependency injection container.