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

0451PHP

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 5d 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

Popularity9

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

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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