PHPackages                             kalamu/dynamique-config-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. kalamu/dynamique-config-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kalamu/dynamique-config-bundle
==============================

A configuration container independant of Symfony.

1.0.0(7y ago)0251MITPHP

Since Jun 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kalamu/dynamique-config-bundle)[ Packagist](https://packagist.org/packages/kalamu/dynamique-config-bundle)[ RSS](/packages/kalamu-dynamique-config-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

Kalamu / Dynamique Config Bundle
================================

[](#kalamu--dynamique-config-bundle)

This bundle provide a way to define some configuration parameters that are not dependants of the symfony container. As they are independants, they can be changed without interfering with Symfony configuration and without clearing the cache.

This bundle use a parameter container that is persisted in the file `app/config/dynamique_config.yml`

Usage
-----

[](#usage)

```
$config = $container->get('kalamu_dynamique_config');
echo "The background color is : ".$config->get('background_color', 'red'); // get the value of 'background_color' or 'red' if it's not defined
$config->set('background_color', 'blue'); // change the configuration
$config->has('background_color'); // return TRUE
$config->remove('background_color'); // remove this parameter
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

Unknown

Total

1

Last Release

2569d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b12ed423a03cfb7eb41e4a0b5c1182ab30271cfc4f3f3e5962bb73873aca37f?d=identicon)[nykopol](/maintainers/nykopol)

---

Top Contributors

[![nykopol](https://avatars.githubusercontent.com/u/2706685?v=4)](https://github.com/nykopol "nykopol (3 commits)")[![Ezar101](https://avatars.githubusercontent.com/u/29166550?v=4)](https://github.com/Ezar101 "Ezar101 (1 commits)")

### Embed Badge

![Health badge](/badges/kalamu-dynamique-config-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kalamu-dynamique-config-bundle/health.svg)](https://phpackages.com/packages/kalamu-dynamique-config-bundle)
```

PHPackages © 2026

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