Settings
, (*1)
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., (*2)
Dependencies
Settings library depends on wotek/redis
which provides support for redis based provider. More on that in documentation., (*3)
Installation
Installation is fairly simple. We commend using composer., (*4)
Use composer
If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*5)
curl -s http://getcomposer.org/installer | php
Run following in root dir of your project:, (*6)
# 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., (*7)
# Clones repository to settings folder
git clone git@github.com:wotek/settings.git .
You've done it ;), (*8)
For more information refer documentation in docs/ folder., (*9)