PHPackages                             imatic/config-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. imatic/config-bundle

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

imatic/config-bundle
====================

Imatic Config Bundle

v5.3.4(2y ago)2246proprietaryPHPPHP &gt;=7.4

Since Feb 10Pushed 2y ago5 watchersCompare

[ Source](https://github.com/imatic/imatic-configbundle)[ Packagist](https://packagist.org/packages/imatic/config-bundle)[ Docs](https://www.imatic.cz)[ RSS](/packages/imatic-config-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (15)Versions (10)Used By (0)

ImaticConfigBundle
==================

[](#imaticconfigbundle)

ImaticConfigBundle provides an easy way to manage configuration stored in the database.

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

[](#installation)

```
composer require imatic/config-bundle
```

### Enable the bundle

[](#enable-the-bundle)

If you don't use Symfony Flex, register the bundle manually

```
// in config/bundles.php
return [
    // ...
    Imatic\Bundle\ConfigBundle\ImaticConfigBundle::class => ['all' => true],
];
```

### Create config table

[](#create-config-table)

```
// src/Entity/Config.php
