wotek/settings

Settings library which supports multiple data providers.

dev-master 2014-06-11 07:47 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:39:14 UTC


README

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.