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(5mo ago)012.5k↓33.9%MITPHPPHP &gt;=8.4CI failing

Since May 25Pushed 5mo 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 yesterday

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

52

—

FairBetter than 96% of packages

Maintenance71

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

165d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/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.1k17.8k](/packages/prestashop-prestashop)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[sylius/sylius

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

8.5k5.9M737](/packages/sylius-sylius)

PHPackages © 2026

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