PHPackages                             gendoria/param-converter-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gendoria/param-converter-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

gendoria/param-converter-bundle
===============================

Adds several additional parameter converters

1.2.0(9y ago)138MITPHPPHP &gt;=5.3.0

Since Dec 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Gendoria/param-converter-bundle)[ Packagist](https://packagist.org/packages/gendoria/param-converter-bundle)[ RSS](/packages/gendoria-param-converter-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

Summary
=======

[](#summary)

Gendoria parameter converter bundle adds some more converters to Framework Extra Bundle converters.

[![Build Status](https://camo.githubusercontent.com/3e46f5db396779cad66319fe136a7bf89cbcf95ef512a547de9766b4a8da2739/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f47656e646f7269612f706172616d2d636f6e7665727465722d62756e646c652f6d61737465722e737667)](https://travis-ci.org/Gendoria/param-converter-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/06cf50d3ccd3991716feab41db6d349c3e21b67e7ae369c7ff2bcedbbca65939/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f47656e646f7269612f706172616d2d636f6e7665727465722d62756e646c652e737667)](https://scrutinizer-ci.com/g/Gendoria/param-converter-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/515709282a3c20633fc4d2e85db8ed4954545160dbb6f603f71d937b444ae543/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f47656e646f7269612f706172616d2d636f6e7665727465722d62756e646c652e737667)](https://scrutinizer-ci.com/g/Gendoria/param-converter-bundle/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/0dfc90dd9ba0820dca539fcce5ea9d454e8b7092856da300ed97ef30a119bb5a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38643761613561372d653230632d343033322d626465302d3662616265356163303465652f6d696e692e706e67)](https://insight.sensiolabs.com/projects/8d7aa5a7-e20c-4032-bde0-6babe5ac04ee)[![Downloads](https://camo.githubusercontent.com/1dce2f45863703ff3ec4c2748e223be52155eeb3645ae3a83fb672ea247dd36d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67656e646f7269612f706172616d2d636f6e7665727465722d62756e646c652e737667)](https://packagist.org/packages/gendoria/param-converter-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/932041847d39c6797ae560c387e17469508ae5f116bf4f1cebba95997427c7f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656e646f7269612f706172616d2d636f6e7665727465722d62756e646c652e737667)](https://packagist.org/packages/gendoria/param-converter-bundle)

Bundle should be compatible with all versions of PHP higher, than 5.4 (check the build status).

Installation
============

[](#installation)

Step 1: Download the bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require gendoria/param-converter "~1"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Framework Extra bundle
-----------------------------------------

[](#step-2-enable-the-framework-extra-bundle)

This bundle requires Framework Extra bundle enabled. You can to that by adding it to the list of registered bundles in the `app/AppKernel.php`file of your project (if not already done):

```
