PHPackages                             poznet/configbundle - 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. poznet/configbundle

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

poznet/configbundle
===================

Simple Configuration Handling in SF2

v1.2.2(6y ago)0220MITPHPPHP &gt;=5.3

Since Nov 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/poznet/ConfigBundle)[ Packagist](https://packagist.org/packages/poznet/configbundle)[ Docs](https://github.com/poznet/ConfigBundle)[ RSS](/packages/poznet-configbundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

ConfigBundle
============

[](#configbundle)

Simple Configuration handling in SF

[![SensioLabsInsight](https://camo.githubusercontent.com/cefc9bbe1c5ba304c5c8aa8d03fbc629adefb600b4478eb4e38ffed7cb9d2265/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37616565623639632d373435322d343461612d616463612d6633383664656536343139332f6269672e706e67)](https://insight.sensiolabs.com/projects/7aeeb69c-7452-44aa-adca-f386dee64193)

Idea
----

[](#idea)

Idea is really simple, doing anything with symfony you need very often to save some config data. Parameters.yml are good , but it's problematic to save item to them from application level.

So based on WP/Presta experience i creates simple service to store some data.

Data are serializaed and stored in db.

Instalation
-----------

[](#instalation)

Use `composer require poznet/ConfigBundle`

Usage
-----

[](#usage)

Simple:

`$this->get('configuration')->set('foo','bar');` - saves 'bar' string in configuration with key 'foo'.Also you can save any type od data (variables, classes etc. )

To retrive data use:

`$x=$this->get('configuration')->get('foo');`

Uasge with saveing config for multile objects

`$this->get('configuration')->setFor('foo','objectName','bar');`

To retrive data for object use:

`$x=$this->get('configuration')->get('foo','objectName');`

### Licence

[](#licence)

This Bundle is licensed under the MIT License. Feel free to contribute.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 69.6% 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 ~183 days

Total

5

Last Release

2385d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99af49a96deba62fa669a5d262344aba5d7ca624f40b13eee1135295e57940cb?d=identicon)[j00seph](/maintainers/j00seph)

---

Top Contributors

[![Glajc](https://avatars.githubusercontent.com/u/15075868?v=4)](https://github.com/Glajc "Glajc (16 commits)")[![poznet](https://avatars.githubusercontent.com/u/2962765?v=4)](https://github.com/poznet "poznet (7 commits)")

---

Tags

symfonyconfigurationconfigSymfony Bundle

### Embed Badge

![Health badge](/badges/poznet-configbundle/health.svg)

```
[![Health](https://phpackages.com/badges/poznet-configbundle/health.svg)](https://phpackages.com/packages/poznet-configbundle)
```

###  Alternatives

[craue/config-bundle

Database-stored settings made available via a service for your Symfony project.

1771.0M4](/packages/craue-config-bundle)[jbtronics/settings-bundle

A symfony bundle to easily create typesafe, user-configurable settings for symfony applications

9546.7k2](/packages/jbtronics-settings-bundle)[caseyamcl/configula

A simple, but versatile, PHP config loader

42146.6k6](/packages/caseyamcl-configula)[michaels/data-manager

Simple data manager for nested data, dot notation array access, extendability, and container interoperability.

121.9k2](/packages/michaels-data-manager)

PHPackages © 2026

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