elao/parameterizer-bundle
Symfony bundle integrating ElaoParameterizer to manage PHP parameters via a dat.GUI-based UI. Define parameter “patterns” programmatically, in YAML config, or as tagged services to tweak values and options (labels, choices) during development.
{{ parameter.key }} in templates).For Executives: "This bundle lets us toggle features or adjust settings (e.g., subscription limits) without redeploying code—critical for rapid iteration. While outdated, it’s a lightweight fix for legacy systems where we can’t justify a full rewrite. Risk is low for short-term use cases like [specific example]."
For Engineering: "Pros: Zero dependencies, integrates with Laravel’s service container. Cons: No PHP 8 support, limited storage backends. Best for one-off parameter needs in old apps. For new projects, we should evaluate [modern alternative] instead. Migration path: Wrap this in a facade to isolate it from future refactors."
For Developers:
"Quick win for dynamic configs in old Laravel apps. Example use case: Replace if (config('app.feature_x')) with runtime parameters loaded from parameters.yml. Caveat: No database support—parameters must be reloaded on file changes."
How can I help you explore Laravel packages today?