Libraries tagged by php dto
alexanderallen/panettone
10 Downloads
A lightweight PHP type generator for Open API (formerly Swagger)
kenny1911/populate
2126 Downloads
Library for automatic fill object properties from array or other object.
dtools/apai-io
36 Downloads
Amazon Product Advertising PHP Library
ethanhann/fizzy
21 Downloads
A DTO-centric, PHP 7 micro Web API framework built on Silex.
yuptogun/dootong
11 Downloads
A simple abstract dynamic pseudo-DTO model for PHP DDD
hildert/annotation-entity
2703 Downloads
A PHP Library help phper convert array to dto entity.
futuretek/data-mapper
1 Downloads
A lightweight, reflection-based PHP 8.1+ 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.
emma/validation
34 Downloads
A PHP 8.0+ Attribute Based Validation For Properties of Object/Entity/DTO. Comes with in-built data-type converter that can be implemented to make validation easy without compromising your object. You can create your own custom Validators and/or Converter by implementing a simple interface.
emma/orm
29 Downloads
A PHP 8.2+ Attribute Based ORM for Object/Entity/DTO. Largely inspired by Java SpringBoot annotation based ORM.
emma/framework
29 Downloads
A PHP 8.0+ Attributes based Framework. Supports for both MVC and Middle Architecture. Comes with Attribute based http routing, Attributes based Di Container, Attributes based ORM, and Attributes based Entity/DTO/Object validations.