Libraries tagged by Param Converter
webfoersterei/json-param-converter-bundle
812 Downloads
ParamConverter for symfony to convert JSON-requests and validate them
softius/cakephp-param-converter
29 Downloads
Param converter for CakePHP Routing
rollandrock/param-converter-bundle
872 Downloads
This bundle aims to provide useful request attributes
revenkroz/validating-param-converter
335 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
gendoria/param-converter-bundle
36 Downloads
Adds several additional parameter converters
ed.sukharev/request-headers-param-converter
1068 Downloads
This param converter for Sensio Framework Extra Bundle adds convenient HTTP headers handling
bu/extra-param-converter-bundle
85 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
18 Downloads
Param converter for CakePHP Routing
pm-connect/laravel-param-converter
17486 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.