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

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

gupalo/config-bundle
====================

Config Bundle

1.9(3mo ago)011.9k↓42.4%MITPHPPHP &gt;=8.4CI passing

Since May 25Pushed 3mo ago1 watchersCompare

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

READMEChangelog (3)Dependencies (15)Versions (29)Used By (0)

Config Bundle
=============

[](#config-bundle)

Requirements
------------

[](#requirements)

- PHP 8.4+
- Symfony 7.4 or 8.0+
- Doctrine ORM 3.x

Install
-------

[](#install)

Composer

```
composer req gupalo/config-bundle

```

Check if bundle was added to `config/bundles.php`

```
Gupalo\ConfigBundle\ConfigBundle::class => ['all' => true],

```

Add routes - create `config/routes/config.yaml`

```
config:
    resource: "@ConfigBundle/Resources/config/routing/routing.yaml"

```

Override translations if needed in `translations/messages.en.yaml` (see `Resources/translations` for possible values).

Create `config` table in DB

```
php bin/console make:migration
php bin/console doctrine:migrations:migrate -n

```

Add to `service.yaml` possible values and default values

```
parameters:
    ...
    config.defaults:
        SOME_PARAM: 0
        OTHER_PARAM: '-2 days'

```

Usage
-----

[](#usage)

Go to `/config` in browser.

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance78

Regular maintenance activity

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 70.4% 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 ~82 days

Recently: every ~116 days

Total

26

Last Release

119d ago

PHP version history (3 changes)1.0.0PHP &gt;=7.4

1.5.0PHP ^8.2

1.8PHP &gt;=8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/df3e7060fb5777768e7bb133e98b1e7dfcc788f25fe6dc445acf7036da5c0c3e?d=identicon)[luchaninov](/maintainers/luchaninov)

---

Top Contributors

[![luchaninov](https://avatars.githubusercontent.com/u/3829796?v=4)](https://github.com/luchaninov "luchaninov (19 commits)")[![Okspen](https://avatars.githubusercontent.com/u/388928?v=4)](https://github.com/Okspen "Okspen (4 commits)")[![walera916](https://avatars.githubusercontent.com/u/20421019?v=4)](https://github.com/walera916 "walera916 (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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