Download the PHP package kr0lik/laravel-param-converter without Composer
On this page you can find all versions of the php package kr0lik/laravel-param-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kr0lik/laravel-param-converter
More information about kr0lik/laravel-param-converter
Files in kr0lik/laravel-param-converter
Download kr0lik/laravel-param-converter
More information about kr0lik/laravel-param-converter
Files in kr0lik/laravel-param-converter
Vendor kr0lik
Package laravel-param-converter
Short Description Symfony param converter with json serialization working in Laravel.
License MIT
Package laravel-param-converter
Short Description Symfony param converter with json serialization working in Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-param-converter
laravel-param-converter
Request ParamConverter with json serialization
Install
Setup is extremely simple, just add the service provider to your app.php config.
Kr0lik\ParamConverter\ParamConverterServiceProvider::class,
You can also publish the config so you can add your own param converters.
Usage
Add Config:
Create dto:
Create action or controller:
or
Add annotation if in config set autoConvert = true
:
All versions of laravel-param-converter with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
doctrine/annotations Version ^2.0
laravel/framework Version ^10.0
phpdocumentor/reflection-docblock Version ^5.3
symfony/cache Version ^7.0
symfony/http-foundation Version ^6.4
symfony/property-access Version ^7.0
symfony/property-info Version ^7.0
symfony/serializer Version ^7.0
symfony/validator Version ^7.0
doctrine/annotations Version ^2.0
laravel/framework Version ^10.0
phpdocumentor/reflection-docblock Version ^5.3
symfony/cache Version ^7.0
symfony/http-foundation Version ^6.4
symfony/property-access Version ^7.0
symfony/property-info Version ^7.0
symfony/serializer Version ^7.0
symfony/validator Version ^7.0
The package kr0lik/laravel-param-converter contains the following files
Loading the files please wait ....