nuxwin / HtSettingsModule

Flexible Settings module for Zend Framework 2 applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HtSettingsModule

Master Branch Build Status Latest Stable Version Latest Unstable Version Total Downloads

HtSettingsModule is a module for adding settings support to your Zend Framework 2 application.

Installation

  • Add "hrevert/ht-settings-module": "dev-master" to composer.json and run php composer.phar update
  • Register HtSettingsModule as module in config/application.config.php
  • Import the SQL schema located in vendor/hrevert/ht-settings-module/data/schema-sql
  • Copy the file located in vendor/hrevert/ht-settings-module/config/ht-settings-module.global.php to config/autoload and change the values as you wish

Docs

The official documentation of HtSettingsModule is available in the /docs folder.

Acknowledgements

HtSettingsModule is inspired by SyliusSettingsBundle.

About

Flexible Settings module for Zend Framework 2 applications

License:MIT License