matthewcrankshaw / dto-dragon
This package is abandoned and no longer maintained.
No replacement package was suggested.
A powerful data transfer object (DTO) library
v0.2.2
2022-06-10 05:31 UTC
Requires
- php: ^8.1
Requires (Dev)
- mockery/mockery: ^1.5
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-06-25 13:40:10 UTC
README
Data Transfer Object Dragon
About DtoDragon
DtoDragon is a library to simplify how we work with data transfer objects. DTOs allow us to encapsulate data in a predictable form that can be passed between a systems or services. DtoDragon makes it easy to hydrate and extract data from these objects, in a way that will best suit your system.
Contributing
Thank you for your interest in contributing, if you wish to contribute please feel free to create a push request or contact me.
License
The DtoDragon library is open-sourced software under the MIT License
Thanks
Thank you to JetBrains for powering our development with their Open Source development licences.