Libraries tagged by php dto
yago-o/simple-dto
10929 Downloads
Simple class for build php dto objects via PHPDoc annotations.
timehunter/laravel-dto-generator
178 Downloads
A generator that creates PHP Data Transfer Object by array schema.
perfilov/php-dto-packer
2793 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
diffhead/php-dto
296 Downloads
Simple library that provides suitable data transfer object for PHP applications.
dgame/php-dto
47 Downloads
A data transfer object inspired by Rust's serde
uvarats/dto
2997 Downloads
Lightweight library for creating PHP 8 dto with constructor promoted fields
neuron-php/dto
1372 Downloads
Easy, dynamic DTO creation, validation and mapping.
maplephp/dto
623 Downloads
DTO library in PHP provides benefits such as encapsulating data, enforcing immutability and facilitating data transformation.
ramiroestrella/chatwoot-php-sdk
458 Downloads
PHP SDK for the Chatwoot API — Application, Client, and Platform APIs with full DTO support
paneon/php-to-typescript
11704 Downloads
Generate TypeScript classes and interfaces based on PHP classes.
khazhinov/php-support
7764 Downloads
A set of lightweight tools and features that will come in handy everywhere!
horizom/dto
1874 Downloads
Data Transfer Objects for all PHP applications
didix16/php-datatransformer
9322 Downloads
A simple library that allows transform any kind of data to native php data or whatever
didix16/php-apidataobject
9316 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
9317 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.