Download the PHP package ali-eltaweel/dto without Composer
On this page you can find all versions of the php package ali-eltaweel/dto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dto
DTO
Data Transfer Object
- DTO
- Installation
- Usage
- Object
- Map
- Collection
Installation
Install dto via Composer:
Usage
Object
Data transfer objects have well defined fields and types.
Map
Data transfer maps - on the other hands - don't have well defined fields and accept all fields.
Maps can enforce a type for all fields via the __v
method:
Collection
Data transfer collections are used to hold multiple data transfer objects.
All versions of dto with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-mbstring Version *
ali-eltaweel/array-subscript Version ^1.0.0
ali-eltaweel/computed-properties Version ^1.0.1
ext-mbstring Version *
ali-eltaweel/array-subscript Version ^1.0.0
ali-eltaweel/computed-properties Version ^1.0.1
The package ali-eltaweel/dto contains the following files
Loading the files please wait ....