Download the PHP package laxity7/dto without Composer
On this page you can find all versions of the php package laxity7/dto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor laxity7
Package dto
Short Description An easy-to-use generic DTO package for PHP
License MIT
Homepage https://github.com/laxity7/dto
Package dto
Short Description An easy-to-use generic DTO package for PHP
License MIT
Homepage https://github.com/laxity7/dto
Keywords dtoData Transfer Object
Please rate this library. Is it a good library?
Informations about the package dto
Data Transfer Object
Fast and light Data Transfer Object (DTO) with nested objects and attribute change control, without checking scalar types, use PHP type casting to check them.
You can control whether the DTO can be mutable, but by default, it is immutable. To be able to change, use public properties or public setters.
This package supports PHP 8.1+
Install
Install via composer
How to use
All versions of dto with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package laxity7/dto contains the following files
Loading the files please wait ....