Libraries tagged by dto mapping
rekalogika/mapper
12622 Downloads
An object mapper for PHP and Symfony. Maps an object to another object. Primarily used for transforming an entity to a DTO and vice versa.
yiisoft/input-http
22722 Downloads
Maps data from PSR-7 HTTP request to PHP DTO representing user input.
falseclock/dbd-php-entity
5442 Downloads
DTO like library to fetch any data in an Object-Oriented manner (ORM)
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.
zjkiza/dto-mapper
7 Downloads
Mapping Symfony entity to dto and dto to Symfony entity.
rasclatt/smart-dto
313 Downloads
Fill Dtos with data using the mapping. Also allows rendering to different array key formats.
perfilov/php-dto-packer
1613 Downloads
Convert array, json, objects into a strongly-typed values (and back) for transferring throw services
smirnov-o/mapper
362 Downloads
PHP Mapping and ReadOnly Dto with Attributes
sidus/converter-bundle
105 Downloads
Alternative to Symfony/Serializer to convert complex data types using Yaml configuration.
opportus/object-mapper-bundle
1583 Downloads
A Symfony Bundle allowing copying state of objects to differently typed objects using extensible controls and mapping strategies.
check24/apitk-dtomapper-bundle
3207 Downloads
This bundle provides mapping helpers to map rest action to DTOs and render them serialized.
fd6130/hsl-bundle
254 Downloads
This bundle provide some ease of development for Symfony beginner. You can now create a CRUD controller very fast and it comes with DTO validation, mapping and pagination.
boulzy/data-transformer
2 Downloads
Transform objects into other objects
dkx/slim-body-mapper
249 Downloads
Map request body into DTO's