Download the PHP package neuron-php/dto without Composer
On this page you can find all versions of the php package neuron-php/dto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download neuron-php/dto
More information about neuron-php/dto
Files in neuron-php/dto
Download neuron-php/dto
More information about neuron-php/dto
Files in neuron-php/dto
Vendor neuron-php
Package dto
Short Description Easy, dynamic DTO creation, validation and mapping.
License MIT
Package dto
Short Description Easy, dynamic DTO creation, validation and mapping.
License MIT
Please rate this library. Is it a good library?
Informations about the package dto
Neuron-PHP DTO
Installation
Install php composer from https://getcomposer.org/
Install the neuron MVC component:
composer require neuron-php/dto
Overview
- Create and validate DTOs (Data Transfer Objects) for your application.
- Load them from a yaml file, or create them manually.
- Define and ingest external data.
DTOs
Example configuration:
test.yaml
Create a DTO.
DTOs support hierarchical/nested parameters.
Validation
This will display all validation errors for all parameters.
You can also access validation errors for an individual parameter.
Mappers
Mappers allow the dynamic mapping of different data structures.
test-json-map.yaml
Create a mapper, ingest and map external data.
More Information
You can read more about the Neuron components at neuronphp.com
All versions of dto with dependencies
PHP Build Version
Package Version
Requires
symfony/yaml Version
^6.4
neuron-php/validation Version ^0.7.0
neuron-php/logging Version ^0.7.9
neuron-php/validation Version ^0.7.0
neuron-php/logging Version ^0.7.9
The package neuron-php/dto contains the following files
Loading the files please wait ....