PHPackages                             trinity/settings - 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. trinity/settings

ActiveSymfony-bundle

trinity/settings
================

Trinity Settings bundle

v1.2.9(8y ago)13.3k1MITPHPPHP &gt;=7.1

Since Mar 4Pushed 8y ago13 watchersCompare

[ Source](https://github.com/modpreneur/trinity-settings)[ Packagist](https://packagist.org/packages/trinity/settings)[ RSS](/packages/trinity-settings/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (17)Versions (13)Used By (1)

\#Trinity Settings

[![Coverage Status](https://camo.githubusercontent.com/d79a1fb2c6785b06cc57a59f3641ccdb8ffbf760cfa5eb8e8f054a2cb155d4d7/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d6f647072656e6575722f7472696e6974792d73657474696e67732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/modpreneur/trinity-settings?branch=master)[![Build Status](https://camo.githubusercontent.com/dc879b3a22f29486c7b993493cab440290473a7094d96c1ecbd831fd5dec843e/68747470733a2f2f7472617669732d63692e6f72672f6d6f647072656e6575722f7472696e6974792d73657474696e67732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/modpreneur/trinity-settings)

Bundle for storing Symfony parameters in database using Doctrine2 ORM and easy reach from Symfony Controller and twig.

\##Installation

### 1. Add trinity/settings to your composer.json

[](#1-add-trinitysettings-to-your-composerjson)

```
//composer.json
{
    //..
    "require": {
        //..
        "trinity/settings": "~1.0",
        //..
    }
    //..
}

```

### 2. Enable trinity/settings in the kernel:

[](#2-enable-trinitysettings-in-the-kernel)

```
