PHPackages                             danilovl/parameter-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. danilovl/parameter-bundle

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

danilovl/parameter-bundle
=========================

Symfony bundle provides comfortable getting parameters from config.

v5.0.1(4mo ago)278211MITPHPPHP ^8.5.0

Since Jan 8Pushed 4mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (7)Versions (46)Used By (1)

[![phpunit](https://github.com/danilovl/parameter-bundle/actions/workflows/phpunit.yml/badge.svg)](https://github.com/danilovl/parameter-bundle/actions/workflows/phpunit.yml)[![downloads](https://camo.githubusercontent.com/920174e5b2e5537c3887876483c8ed87f370ba96515472f1edae8d6ef0d606bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e696c6f766c2f706172616d657465722d62756e646c65)](https://packagist.org/packages/danilovl/parameter-bundle)[![latest Stable Version](https://camo.githubusercontent.com/a012b16c91eb0b40950415e8ed44a176246000940c26075384b76b5d7268002e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e696c6f766c2f706172616d657465722d62756e646c65)](https://packagist.org/packages/danilovl/parameter-bundle)[![license](https://camo.githubusercontent.com/cd1c40993e1e6ac9c006ccda4208a4129ab0d0af74957022f3e7c0ba85263ac9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64616e696c6f766c2f706172616d657465722d62756e646c65)](https://packagist.org/packages/danilovl/parameter-bundle)

ParameterBundle
===============

[](#parameterbundle)

About
-----

[](#about)

The Symfony bundle provides a convenient way to retrieve parameters from the configuration.

### IDE Plugin

[](#ide-plugin)

There is a [PHPStorm IDE plugin](https://github.com/danilovl/parameter-bundle-plugin) available for this bundle that provides auto-completion and parameter search assistance in your IDE.

### Requirements

[](#requirements)

- PHP 8.5 or higher
- Symfony 8.0 or higher
- TwigBundle 8.0 or higher

### 1. Installation

[](#1-installation)

Install the `danilovl/parameter-bundle` package via Composer:

```
composer require danilovl/parameter-bundle
```

Add the `ParameterBundle` to your application's bundles if it is not added automatically:

```
