PHPackages                             harmony/settings-manager-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. harmony/settings-manager-bundle

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

harmony/settings-manager-bundle
===============================

Provides a nice way to define variables and inject them into application parts

0.1(7y ago)081[2 issues](https://github.com/harmonycms/settings-manager-bundle/issues)MITPHPPHP &gt;=7.1.3

Since Apr 25Pushed 7y agoCompare

[ Source](https://github.com/harmonycms/settings-manager-bundle)[ Packagist](https://packagist.org/packages/harmony/settings-manager-bundle)[ RSS](/packages/harmony-settings-manager-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (33)Versions (2)Used By (0)

SettingsManagerBundle
=====================

[](#settingsmanagerbundle)

Provides a nice way to define variables and inject them into application parts.

- Supporting `bool`, `string`, `int`, `float`, `array` as setting values.
- Multiple providers.
- User interface.

Jump to
-------

[](#jump-to)

- [Quick start](#quick-start)
- [Usage](#usage)
- [Models](#models)
- [Setting providers](#setting-providers)
- [Configuration reference](#configuration-reference)
- [User interface](#user-interface)
- [Twig](#twig)
- [Controller](#controller)

Quick start
-----------

[](#quick-start)

1. `composer require harmony/settings-manager-bundle`
2. Register bundle to `AppKernel.php` (Symfony3) or `config/bundles.php` (Symfony4)

```
