This module simplifies settings storage. For example this can be used with ZfcUser or store your application global settings. This module also could be used with CMS to store page settings like title, description, SEO, published time or whatever you want. This module also provides optional simple REST API to change your settings.
Via Composer
$ composer require svycka/sv-settings
- Register
Svycka/Settings
as module inconfig/application.config.php
- Copy the file located in
vendor/svycka/sv-settings/config/settings.global.php.dist
toconfig/autoload/settings.global.php
and change the values as you wish
Please see CHANGELOG for more information what has changed recently.
The MIT License (MIT). Please see License File for more information.