PHPackages                             aamant/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. [Framework](/categories/framework)
4. /
5. aamant/config-bundle

AbandonedArchivedLibrary[Framework](/categories/framework)

aamant/config-bundle
====================

Symfony ConfigBundle

0.0.1(9y ago)0112MITPHPPHP &gt;=5.6.0

Since Apr 17Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (7)Versions (2)Used By (0)

README
======

[](#readme)

Install
-------

[](#install)

Install with composer

`composer require aamant/config-bundle`

Modify AppKernel.php

```
$bundles = [
    ...
    new Aamant\ConfigBundle\AamantConfigBundle(),
    ...
];

```

Add routes

```
aamant_config_config:
    prefix: /config
    resource: "@AamantConfigBundle/Resources/config/routing.xml"

```

Use service
-----------

[](#use-service)

```
$service = $this->getContainer()->get('aamant_config.config');

```

### Use add, get, has, delete

[](#use-add-get-has-delete)

```
$config->set('version', '0.0.1')
// hidden attribute
$config->set('version', '0.0.1', true)
// get
$config->get('version')
// has
$config->has('version')
// delete
$config->delete('version')

```

Translate
---------

[](#translate)

use `config` domain for translate name of the attribute

Manage attributes values
------------------------

[](#manage-attributes-values)

```
http://my-app/app_dev.php/config

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3361d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c23c03de68c6f5956fbd55ba4bbdaecaf4cf272c2594d344cd4921347c670c4?d=identicon)[aamant](/maintainers/aamant)

---

Top Contributors

[![aamant](https://avatars.githubusercontent.com/u/393311?v=4)](https://github.com/aamant "aamant (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/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.1k16.8k](/packages/prestashop-prestashop)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)[pimcore/pimcore

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

3.8k3.8M464](/packages/pimcore-pimcore)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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