Download the PHP package kakaprodo/custom-data without Composer
On this page you can find all versions of the php package kakaprodo/custom-data. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kakaprodo/custom-data
More information about kakaprodo/custom-data
Files in kakaprodo/custom-data
Download kakaprodo/custom-data
More information about kakaprodo/custom-data
Files in kakaprodo/custom-data
Vendor kakaprodo
Package custom-data
Short Description A Laravel package that wraps function arguments together into a single CustomData class allowing separate processing and validation for each argument.
License MIT
Package custom-data
Short Description A Laravel package that wraps function arguments together into a single CustomData class allowing separate processing and validation for each argument.
License MIT
Please rate this library. Is it a good library?
Informations about the package custom-data
Custom Data
Official Documentation
A Laravel package that wraps function arguments together into a single CustomData class allowing separate processing and validation for each argument.
And then call it this way:
And if you like to decouple your code with small classes called Action , then you are at the right place:
And then we call our action this way:
Features
- Combine several function arguments into one class called CustomData
- Validate each argument a little bit the way TypeScript does it in Javascript
- Support the definition of Laravel FormValidation rules
- Support Action classes in which CustomData can be injected
- Support The Ability to Queue Action class
- Support helper command to generate Action and CustomData classes
You can find here the Official Documentation
All versions of custom-data with dependencies
PHP Build Version
Package Version
The package kakaprodo/custom-data contains the following files
Loading the files please wait ....