Skip to content

wotek/settings

Repository files navigation

Settings

Build Status Coverage Status Build Status Coverage Status

Settings library provides simple and easy way to handle settings params in your application. It is able to provide settings from multiple sources across your servers.

Dependencies

Settings library depends on wotek/redis which provides support for redis based provider. More on that in documentation.

Installation

Installation is fairly simple. We commend using composer.

Use composer

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Run following in root dir of your project:

# Composer will automaticaly download & install & modify your composer.json
composer require wotek/settingse:dev-master

Clone repository

If you're not fan of composer. You can just clone repository.

# Clones repository to settings folder
git clone git@github.com:wotek/settings.git .

You've done it ;)

For more information refer documentation in docs/ folder.

About

Settings library support multiple data providers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages