Download the PHP package codin-pro/data-transfer-object without Composer
On this page you can find all versions of the php package codin-pro/data-transfer-object. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codin-pro/data-transfer-object
More information about codin-pro/data-transfer-object
Files in codin-pro/data-transfer-object
Download codin-pro/data-transfer-object
More information about codin-pro/data-transfer-object
Files in codin-pro/data-transfer-object
Vendor codin-pro
Package data-transfer-object
Short Description Common library for DTOs
License Apache-2.0
Homepage https://github.com/CodinPro/data-transfer-object
Package data-transfer-object
Short Description Common library for DTOs
License Apache-2.0
Homepage https://github.com/CodinPro/data-transfer-object
Please rate this library. Is it a good library?
Informations about the package data-transfer-object
Data Transfer Object
Common library for DTOs
Install
composer require codin-pro/data-transfer-object
or
Usage
All you need for your custom DTO is extending from
CodinPro\DataTransferObject\DTO
class and
defining fields as protected
. That's it!
After this "painful" setup, you are ready to go. You can find more usage examples on Wiki.
Contribution
Feel free to create your pull requests. The only requirements are: 1) Keep code quality at 10/10 2) Keep code coverage at 100% 3) Don't break back-compatibility
All versions of data-transfer-object with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package codin-pro/data-transfer-object contains the following files
Loading the files please wait ....