Utility classes
Install Composer in a common location or in your project:
curl -s http://getcomposer.org/installer | phpRequire library:
composer.phar require logikos/utilJust clone the repository in a common location or inside your project:
git clone https://github.com/logikostech/util.git- Abstract Config - base config object largely inspired by Phalcon\Config
- Mutable Config - adds
set($key, $value)andmerge(Config $config) - Immutable Config - adds
with($key, $value)and throwsOutOfBoundsExceptionon assignment after construction - Strict Config - type safe config with validation.
- Mutable Config - adds
