Download the PHP package bluestone/dto without Composer
On this page you can find all versions of the php package bluestone/dto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bluestone/dto
More information about bluestone/dto
Files in bluestone/dto
Download bluestone/dto
More information about bluestone/dto
Files in bluestone/dto
Please rate this library. Is it a good library?
Informations about the package dto
About DTO / Data transfer objects
Installation
This package requires php:^8.1
.
You can install it via composer:
Usage
This package goal to simplify the build of objects whose serve to pass structured data.
Build simple DTO
An exemple of class extends DTO :
You can instantiate this class like this :
Build complex DTO with Casting
An exemple of class with property with casting :
You can instantiate this class like this :
Build complex DTO with Mapping
An exemple of class with property with mapping :
You can instantiate this class like this :
Contributing
DTO is an open source project under MIT License and is open for contributions.
All versions of dto with dependencies
PHP Build Version
Package Version
The package bluestone/dto contains the following files
Loading the files please wait ....