Libraries tagged by Param Converter
webfoersterei/json-param-converter-bundle
826 Downloads
ParamConverter for symfony to convert JSON-requests and validate them
softius/cakephp-param-converter
29 Downloads
Param converter for CakePHP Routing
revenkroz/validating-param-converter
350 Downloads
Param Converter with request validation
kr0lik/laravel-param-converter
67 Downloads
Symfony param converter with json serialization working in Laravel.
happyr/uuid-param-converter
0 Downloads
A simple param converter that handles UUID
gerfey/laravel-param-converter
1237 Downloads
Adding the ability to work with Symfony ParamConverter in Laravel.
gendoria/param-converter-bundle
38 Downloads
Adds several additional parameter converters
ed.sukharev/request-headers-param-converter
1070 Downloads
This param converter for Sensio Framework Extra Bundle adds convenient HTTP headers handling
bu/extra-param-converter-bundle
87 Downloads
Symfony2 bundle that extends Sensio ParamConverter functionality, allowing to convert simple GET and complex POST data
bestit/odm-param-converter-bundle
5539 Downloads
Provide a symfony param converter for the best it odm
ali1/cakephp-param-converter
19 Downloads
Param converter for CakePHP Routing
pm-connect/laravel-param-converter
17487 Downloads
Symfony param converters working in Laravel.
fle/scalar-converter-bundle
8 Downloads
Inject scalar parameters to the routes
zored/paramconverter
10 Downloads
ParamConverter for PHP 7.1+
opqclick/currency-converter
4 Downloads
The task is to create a Laravel package, this packagewill expose an API GET endpoint that will receive thefollowing params:● amount● currency to exchangeYou can assume the default currency is Euro.This endpoint should return the exchange rate for thegiven amount in the same standard format as theother API endpoints.The package must fetch the exchange rate of the dayfrom the European Central Bank daily reference.The package must have unit tests documentationand a readme.md file.The package must be installed with composer as alocal dependency.