PHPackages                             noxlogic/multiparam-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. noxlogic/multiparam-bundle

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

noxlogic/multiparam-bundle
==========================

This bundle provides the multiParamConverter annotation for symfony2 projects

2.1.0(13y ago)16391[2 issues](https://github.com/jaytaph/MultiParamBundle/issues)[1 PRs](https://github.com/jaytaph/MultiParamBundle/pulls)MITPHP

Since Aug 1Pushed 13y ago1 watchersCompare

[ Source](https://github.com/jaytaph/MultiParamBundle)[ Packagist](https://packagist.org/packages/noxlogic/multiparam-bundle)[ RSS](/packages/noxlogic-multiparam-bundle/feed)WikiDiscussions master Synced 3d ago

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

NoxLogicMultiParamBundle
========================

[](#noxlogicmultiparambundle)

This bundle provides enables the @MultiParamConverter. It's similar to the [@paramConvert annotation](http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html), except for the following additional features:

- You can add multiple converters in one action.
- You can customize the slug name
- You can customize the entity method for fetching the slug

Installation
------------

[](#installation)

Installation takes just few easy steps:

### Step 1: Add the bundle to your composer.json

[](#step-1-add-the-bundle-to-your-composerjson)

If you're not yet familiar with Composer see . Add the MultiParamBundle in your composer.json:

```
{
    "require": {
        "noxlogic/multiparam-bundle": "2.1.*"
    }
}
```

**Warning:**

> if you use Symfony 2.0 the require value should be 2.0.\*

Now tell composer to download the bundle by running the command:

```
php composer.phar update noxlogic/multiparam-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
