PHPackages                             brazilianfriendsofsymfony/settings-management-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. brazilianfriendsofsymfony/settings-management-bundle

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

brazilianfriendsofsymfony/settings-management-bundle
====================================================

Symfony BFOSSettingsManagementBundle

v0.1.4(13y ago)23972MITPHPPHP &gt;=5.3.2

Since Jul 31Pushed 12y ago2 watchersCompare

[ Source](https://github.com/BrazilianFriendsOfSymfony/BFOSSettingsManagementBundle)[ Packagist](https://packagist.org/packages/brazilianfriendsofsymfony/settings-management-bundle)[ Docs](http://www.duocriativa.com.br/bfos)[ RSS](/packages/brazilianfriendsofsymfony-settings-management-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

BFOSSettingsManagementBundle
============================

[](#bfossettingsmanagementbundle)

Symfony2 bundle to easily manage your application settings.

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

[](#requirements)

```
- jQuery
- RequireJS
- ckEditor

```

Installing
----------

[](#installing)

**Install from composer for symfony 2.1**

Add BFOSSettingsManagementBundle in your composer.json:

```
{
    "require": {
        "brazilianfriendsofsymfony/settings-management-bundle": "dev-master"
    }
}
```

**Register BFOSSettingsManagementBundle into your application kernel**

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...,
       new BFOS\SettingsManagementBundle\BFOSSettingsManagementBundle()
        // ...,
    );

    //..
    return $bundles;
}

```

\*\* Import the routes in app/config/routing.yml \*\*

```
bfos_settings_management:
    resource: "@BFOSSettingsManagementBundle/Resources/config/routing.yml"

```

Configuration
-------------

[](#configuration)

```
bfos_settings_management:
    security:
        admin_role: ROLE_ADMIN
        super_admin_role: ROLE_SUPER_ADMIN

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97% 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 ~53 days

Total

5

Last Release

4817d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4645a858774b4a24783e1a27b05b9ddae1fc9e86c651e1592d9aa4769e390917?d=identicon)[ribeiro.paulor](/maintainers/ribeiro.paulor)

---

Top Contributors

[![ribeiropaulor](https://avatars.githubusercontent.com/u/376830?v=4)](https://github.com/ribeiropaulor "ribeiropaulor (32 commits)")[![prbarros](https://avatars.githubusercontent.com/u/2242211?v=4)](https://github.com/prbarros "prbarros (1 commits)")

---

Tags

settings managementoptions management

### Embed Badge

![Health badge](/badges/brazilianfriendsofsymfony-settings-management-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/brazilianfriendsofsymfony-settings-management-bundle/health.svg)](https://phpackages.com/packages/brazilianfriendsofsymfony-settings-management-bundle)
```

###  Alternatives

[lexxpavlov/settingsbundle

Symfony2/3/4 Settings bundle provides flexible settings (Boolean, Integer, Float, String, Text, Html), easily configurable with Sonata Admin

104.5k](/packages/lexxpavlov-settingsbundle)

PHPackages © 2026

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