dev-master
9999999-dev https://github.com/SebastianBerc/ConfigurationsSimple library to make a PHP array from differents config files.
MIT
The Requires
The Development Requires
configuration configurations
Simple library to make a PHP array from differents config files.
Via Composer, (*2)
``` bash $ composer require sebastian-berc/configurations, (*3)
## Usage ``` php $config = new SebastianBerc\Configurations\Config('path/to/file.yml'); echo $config->get('hello.world');
Please see CHANGELOG for more information what has changed recently., (*4)
bash
$ composer test
, (*5)
Please see CONTRIBUTING for details., (*6)
If you discover any security related issues, please email contact@sebastian-berc.pl instead of using the issue tracker., (*7)
The MIT License (MIT). Please see License File for more information., (*8)
Simple library to make a PHP array from differents config files.
MIT
configuration configurations