Skip to content

svycka/sv-settings

Repository files navigation

svycka/sv-settings

Build Status Coverage Status Quality Score Latest Version on Packagist Software License Total Downloads

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.

Install

Via Composer

$ composer require svycka/sv-settings

Basic Usage

  • Register Svycka/Settings as module in config/application.config.php
  • Copy the file located in vendor/svycka/sv-settings/config/settings.global.php.dist to config/autoload/settings.global.php and change the values as you wish

Change log

Please see CHANGELOG for more information what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.