Download the PHP package blackbird/dto-toolkit without Composer
On this page you can find all versions of the php package blackbird/dto-toolkit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blackbird/dto-toolkit
More information about blackbird/dto-toolkit
Files in blackbird/dto-toolkit
Download blackbird/dto-toolkit
More information about blackbird/dto-toolkit
Files in blackbird/dto-toolkit
Vendor blackbird
Package dto-toolkit
Short Description DTO Toolkit module provides the tools for creating Data Transfer Objects (DTO) in Magento 2 while retaining Magento's key features such as plugins, preferences, etc.
License MIT
Package dto-toolkit
Short Description DTO Toolkit module provides the tools for creating Data Transfer Objects (DTO) in Magento 2 while retaining Magento's key features such as plugins, preferences, etc.
License MIT
Please rate this library. Is it a good library?
Informations about the package dto-toolkit
# dto-toolkit
[](https://packagist.org/packages/blackbird/dto-toolkit)
[](https://packagist.org/packages/blackbird/dto-toolkit)
[](./LICENSE)
The Magento 2 DTO Toolkit Module provides the tools for creating Data Transfer Objects (DTO) in Magento 2 while retaining Magento's key features such as plugins, preferences, etc.
This module aims to enhance the development experience by offering a structured approach to handling data transfer within Magento applications.
[Features](#features) •
[Installation](#installation) •
[Usage](#usage) •
[More modules](#more-modules)
Features
- Easy DTO Creation: Simplifies the process of creating and managing DTOs.
- Magento Integration: Maintains full compatibility with Magento's DI system, plugins, and preferences.
- Auto Hydration: Provides a way to automatically hydrate your DTO with an array.
Installation
Requirements
- PHP >= 7.4
In production mode, do not forget to recompile and redeploy the static resources.
Usage
To instantiate your DTO while maintains full compatibility with Magento 2, please use the provided DTOFactory
To automatically hydrate your DTO instance with an array
Warning, if your DTO class doesn't have the properties keyOne
or keyTwo
, they will not be hydrated.
All versions of dto-toolkit with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
*
The package blackbird/dto-toolkit contains the following files
Loading the files please wait ....