Via Composer
$ composer require sebastian-berc/configurations
$config = new SebastianBerc\Configurations\Config('path/to/file.yml');
echo $config->get('hello.world');
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email contact@sebastian-berc.pl instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.