Libraries tagged by dito php
didix16/php-apidataobject
6375 Downloads
A simple library that allows easy handle incoming data from any sources (specially from API sources) and put data in a fashion way which is more practical to access it like an array or object. It allows to implement a DTO very fast.
didix16/php-apidatamapper
6378 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.
skrepr/dto-tester
779 Downloads
Skrepr Data Transfer Object Tester
php-lsp/rpc-message
1703 Downloads
RPC Message Implementation
php-lsp/protocol
58 Downloads
Language Service Protocol Data Types
kenny1911/populate
1838 Downloads
Library for automatic fill object properties from array or other object.
cangelis/data-models
25 Downloads
Data models is the beautiful way of working with structured data such as JSON and PHP arrays
acelot/struct
2139 Downloads
Declarative structure builder with validator and automapper for PHP 7
koded/stdlib
9461 Downloads
A standard library for shareable classes and functions
stilliard/ditto.php
353 Downloads
Web Proxy that handles all asset and link replacements to keep inside the proxy.
tsetsee/php-dto
1475 Downloads
perfilov/php-dto-packer
1620 Downloads
Convert array, json, objects into a strongly-typed values (and back) for transferring throw services
lodipay/php-dto
160 Downloads
entense/php-dto
5 Downloads
A data transfer object inspired by Rust's serde
maplephp/dto
175 Downloads
DTO library in PHP provides benefits such as encapsulating data, enforcing immutability and facilitating data transformation.