wotek / settings
Settings library which supports multiple data providers.
Requires
- php: >=5.4
- symfony/console: dev-master
- wotek/redis: dev-master
Requires (Dev)
- phpunit/phpunit: 3.7.*
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2025-03-29 18:10:29 UTC
README
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.