svycka/sv-settings

This module simplifies settings storage. For example this can be used with ZfcUser or store your application global settings with could be changed any time.

4.1.0 2022-07-01 13:05 UTC

This package is auto-updated.

Last update: 2024-03-29 02:50:25 UTC


README

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.