Download the PHP package zalas/param-converter-bundle without Composer
On this page you can find all versions of the php package zalas/param-converter-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zalas/param-converter-bundle
More information about zalas/param-converter-bundle
Files in zalas/param-converter-bundle
Download zalas/param-converter-bundle
More information about zalas/param-converter-bundle
Files in zalas/param-converter-bundle
Vendor zalas
Package param-converter-bundle
Short Description Bundle that provides additional param converters for Symfony
License MIT
Package param-converter-bundle
Short Description Bundle that provides additional param converters for Symfony
License MIT
Please rate this library. Is it a good library?
Informations about the package param-converter-bundle
Param Converter Bundle
This bundle provides additional param converters for Symfony.
Since argument resolvers and service arguments were introduced in Symfony 3.3, the param converter provided by this bundle is redundant. We can achieve pretty much the same by injecting services directly to controller actions.
Installation
This bundle requires:
- PHP ^7.0
- sensio/framework-extra-bundle ~3.0
The easiest way to install it is to use Composer:
Service Param Converter
The service param converter calls a configured service to convert a request attribute to an object.
Options:
- service - a service id
- method - a method name to be called on the service
- arguments - list of request attributes to be passed as method call arguments
Example:
All versions of param-converter-bundle with dependencies
PHP Build Version
Package Version
The package zalas/param-converter-bundle contains the following files
Loading the files please wait ....