Download the PHP package hrevert/ht-settings-module without Composer
On this page you can find all versions of the php package hrevert/ht-settings-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hrevert/ht-settings-module
More information about hrevert/ht-settings-module
Files in hrevert/ht-settings-module
Download hrevert/ht-settings-module
More information about hrevert/ht-settings-module
Files in hrevert/ht-settings-module
Vendor hrevert
Package ht-settings-module
Short Description Flexible Settings module for Zend Framework 2 applications
License MIT
Homepage https://github.com/hrevert/HtSettingsModule
Package ht-settings-module
Short Description Flexible Settings module for Zend Framework 2 applications
License MIT
Homepage https://github.com/hrevert/HtSettingsModule
Please rate this library. Is it a good library?
Informations about the package ht-settings-module
HtSettingsModule
HtSettingsModule is a module for adding settings support to your Zend Framework 2 application. This module does not provide any GUI for settings. It just provides a way for easy persistence of application settings.
Getting started guide
Storing settings
Retrieving settings
Installation
- Add
"hrevert/ht-settings-module": "0.1.*"
to composer.json and runphp composer.phar update
- Register
HtSettingsModule
as module inconfig/application.config.php
- Copy the file located in
vendor/hrevert/ht-settings-module/config/ht-settings-module.global.php
toconfig/autoload
and change the values as you wish - Read this for setting up a storage adapter
Docs
The official documentation of HtSettingsModule is available in the quickstart guide to quickly get your hands dirty with this module.
Acknowledgements
HtSettingsModule is inspired by SyliusSettingsBundle.
All versions of ht-settings-module with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
zendframework/zend-servicemanager Version ~2.2
zendframework/zend-stdlib Version ~2.2
zendframework/zend-servicemanager Version ~2.2
zendframework/zend-stdlib Version ~2.2
The package hrevert/ht-settings-module contains the following files
Loading the files please wait ....