PHPackages                             elao/parameterizer-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. elao/parameterizer-bundle

AbandonedArchivedSymfony-bundle

elao/parameterizer-bundle
=========================

Elao Parameterizer Bundle

1.0.2(11y ago)0211MITPHPPHP &gt;=5.3.3

Since Jul 3Pushed 11y ago7 watchersCompare

[ Source](https://github.com/Elao/ElaoParameterizerBundle)[ Packagist](https://packagist.org/packages/elao/parameterizer-bundle)[ Docs](https://github.com/Elao/ElaoParameterizerBundle)[ RSS](/packages/elao-parameterizer-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

ElaoParameterizerBundle
=======================

[](#elaoparameterizerbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/0f5ceb054909fd4881a961c1c1acd885ed22bafd3b42e2fb553ac900e5fc5da7/68747470733a2f2f706f7365722e707567782e6f72672f656c616f2f706172616d65746572697a65722d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/elao/parameterizer-bundle) [![Total Downloads](https://camo.githubusercontent.com/f7877ea805972d3f3343fb9cb241bd3047d6005ae8900ae9b8f465835289cb69/68747470733a2f2f706f7365722e707567782e6f72672f656c616f2f706172616d65746572697a65722d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/elao/parameterizer-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/cd1087c7556c272fcd5b860b44edf392831b05ebc1756b3e667de1e6edce9eaf/68747470733a2f2f706f7365722e707567782e6f72672f656c616f2f706172616d65746572697a65722d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/elao/parameterizer-bundle) [![License](https://camo.githubusercontent.com/53309935b1747f2dfc7bceea89a08ce46055c4bf33d5e050b81c02f8ad1f4e8d/68747470733a2f2f706f7365722e707567782e6f72672f656c616f2f706172616d65746572697a65722d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/elao/parameterizer-bundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9221402f8fbcc3265267fa56d3a58bd1f161bac1a37f5befabb2a012d07c0622/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f456c616f2f456c616f506172616d65746572697a657242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Elao/ElaoParameterizerBundle/?branch=master)

Description:
------------

[](#description)

This bundle integrates ElaoParameterizer in your project, which is a clean and easy way to graphically handle php parameters using [dat.GUI](http://workshop.chromeexperiments.com/examples/gui/#1--Basic-Usage)

Installation:
-------------

[](#installation)

Add ElaoParameterizerBundle in your composer.json (you would better use it as a development requirement):

```
{
    "require-dev": {
        "elao/elao/parameterizer-bundle": "1.0.*"
    }
}

```

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

```
$ php composer.phar update elao/parameterizer

```

How to use it:
--------------

[](#how-to-use-it)

Have a look on [ElaoParameterizer](https://github.com/Elao/ElaoParameterizer) to understand Patterns/Parameters concepts and usages.

You can declare patterns :

#### Programatically

[](#programatically)

```
// Get service
$parameterizer = $this->get('elao_parameterizer');

$parameterizer
    ->create('foo')
        ->create('bar', 'value')
        ->create('baz', 456, array(
            'label'   => 'Baz',
            'choices' => array(123, 456, 789)
        ));

```

#### In config.yml

[](#in-configyml)

```
elao_parameterizer:
    patterns:
        foo:
            parameters:
                bar: value
                baz:
                    value: 456
                    options:
                        label:   Baz
                        choices: [123, 456, 789]

```

#### In services

[](#in-services)

```

    foo

        bar
        value

        baz
        456

            Baz

                123
                456
                789

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~27 days

Total

3

Last Release

4284d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/623877?v=4)[Elao](/maintainers/Elao)[@Elao](https://github.com/Elao)

---

Top Contributors

[![nervo](https://avatars.githubusercontent.com/u/95935?v=4)](https://github.com/nervo "nervo (1 commits)")[![yoh](https://avatars.githubusercontent.com/u/403469?v=4)](https://github.com/yoh "yoh (1 commits)")

---

Tags

bundleelaoparameterizer

### Embed Badge

![Health badge](/badges/elao-parameterizer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/elao-parameterizer-bundle/health.svg)](https://phpackages.com/packages/elao-parameterizer-bundle)
```

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M315](/packages/twig-extra-bundle)[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
