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

ActiveSymfony-bundle

yaroslavche/config-ui-bundle
============================

Symfony 4 Configuration UI bundle

0.0.2(6y ago)03MITPHPPHP ^7.2

Since Jul 14Pushed 6y agoCompare

[ Source](https://github.com/yaroslavche/SymfonyConfigUIBundle)[ Packagist](https://packagist.org/packages/yaroslavche/config-ui-bundle)[ RSS](/packages/yaroslavche-config-ui-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (16)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/e9d7ffab9ac1d48aa21e812dc85215c6697d0d3edf612cb27eec71588d7895b8/68747470733a2f2f7472617669732d63692e6f72672f7961726f736c61766368652f53796d666f6e79436f6e666967554942756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yaroslavche/SymfonyConfigUIBundle)[![codecov](https://camo.githubusercontent.com/d4378608acdbc5839b959f153ba7a3d9ac4c2e5448e673fa56a6e0466955d2b5/68747470733a2f2f636f6465636f762e696f2f67682f7961726f736c61766368652f53796d666f6e79436f6e666967554942756e646c652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/yaroslavche/SymfonyConfigUIBundle)[![Infection MSI](https://camo.githubusercontent.com/b4aea944b1b51759246d23db38e883234942bab39f071423c201296a4476cfca/68747470733a2f2f62616467652e737472796b65722d6d757461746f722e696f2f6769746875622e636f6d2f7961726f736c61766368652f53796d666f6e79436f6e666967554942756e646c652f6d6173746572)](https://infection.github.io)

Install
=======

[](#install)

```
$ composer require yaroslavche/config-ui-bundle
```

Add routes:

```
# config/routes/yaroslavche_config_ui.yaml
yaroslavche_config_ui:
    resource: "@YaroslavcheConfigUIBundle/Resources/config/routes.xml"
    prefix: '/config'
```

And config\*:

```
# config/packages/yaroslavche_config_ui.yaml
yaroslavche_config_ui:
  definition_fields:
    name: true
    normalization: false
    validation: false
    defaultValue: true
    default: true
    required: true
    deprecationMessage: true
    merge: false
    allowEmptyValue: true
    nullEquivalent: false
    trueEquivalent: false
    falseEquivalent: false
    pathSeparator: false
    parent: false
    attributes: true
    performDeepMerging: false
    ignoreExtraKeys: false
    removeExtraKeys: false
    children: true
    prototype: true
    atLeastOne: true
    allowNewKeys: false
    key: false
    removeKeyItem: false
    addDefaults: false
    addDefaultChildren: false
    nodeBuilder: false
    normalizeKeys: false
    min: false
    max: false
    values: false
    type: true
```

`*` I suppose it will be default in future. `definition_fields` - private properties of `NodeDefinition` (depends on NodeDefinition class). Boolean: include in definitions array or not.

Look at:

```
const response = {
  "status": "success",
  "bundles": {
    // ...
  }
}
```

```
const response = {
  "status": "success",
  "bundle": {
    "name": "FrameworkBundle",
    "namespace": "Symfony\\Bundle\\FrameworkBundle",
    "path": "\/vendor\/symfony\/framework-bundle",
    "definitions": {
      "secret": {
        "name": "secret",
        "defaultValue": null,
        "default": false,
        "required": false,
        "deprecationMessage": null,
        "allowEmptyValue": true,
        "attributes": [],
        "type": "scalar"
      },
      // ...
    },
    // ...
  }
}
```

Dev tools
=========

[](#dev-tools)

```
$ composer cscheck
$ composer csfix
$ composer phpstan
$ composer phpunit
$ composer infection
$ composer clover
$ composer bccheck
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

2

Last Release

2491d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80d441ea3e7e3af7a7b05d211a295ad074951871134227b4f125e3da10f24651?d=identicon)[yaroslavche](/maintainers/yaroslavche)

---

Top Contributors

[![yaroslavche](https://avatars.githubusercontent.com/u/17838239?v=4)](https://github.com/yaroslavche "yaroslavche (22 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M648](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[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)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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