PHPackages                             webmakers/symfony-setting-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. [Database &amp; ORM](/categories/database)
4. /
5. webmakers/symfony-setting-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

webmakers/symfony-setting-bundle
================================

Bundle for Symfony2 to store site settings in database table

1451PHP

Since Aug 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Webmakers/symfony-setting-bundle)[ Packagist](https://packagist.org/packages/webmakers/symfony-setting-bundle)[ RSS](/packages/webmakers-symfony-setting-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony Setting Bundle
======================

[](#symfony-setting-bundle)

Bundle for Symfony to store the application settings in database table

Installation
------------

[](#installation)

Let Composer download and install the bundle by first adding it to your composer.json in your composer.json:

```
{
    "require": {
        "webmakers/symfony-setting-bundle": "dev-master"
    }
}
```

and then running

```
// In shell
composer update webmakers/symfony-setting-bundle
```

> Note that once we had a stable version tagged you should use a tagged release instead of the master branch.

#### Enable the bundle

[](#enable-the-bundle)

```
// in app/AppKernel.php
public function registerBundles() {
    $bundles = array(
        // ...
        new Webmakers\SettingBundle\WebmakersSettingBundle(),
    );
    // ...
    return $bundles;
}
```

#### Create the table

[](#create-the-table)

```
// In shell
php app/console doctrine:schema:update --force
```

Usage
-----

[](#usage)

#### Controller

[](#controller)

```
$this->get('wm.setting')->getSetting('SETTING_NAME');
```

#### Twig

[](#twig)

```
{{ get_setting('SETTING_NAME') }}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.3% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1d373ec376a2b086e42080e6ba16a0c08c196040859bdf2769d8b2b2cb50511?d=identicon)[khal3d](/maintainers/khal3d)

---

Top Contributors

[![khal3d](https://avatars.githubusercontent.com/u/819454?v=4)](https://github.com/khal3d "khal3d (12 commits)")[![sverraest](https://avatars.githubusercontent.com/u/7394603?v=4)](https://github.com/sverraest "sverraest (1 commits)")

### Embed Badge

![Health badge](/badges/webmakers-symfony-setting-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/webmakers-symfony-setting-bundle/health.svg)](https://phpackages.com/packages/webmakers-symfony-setting-bundle)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M117](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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