sebastian-berc/configurations

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple library to make a PHP array from differents config files.

dev-master / 1.0.x-dev 2015-09-02 22:12 UTC

This package is auto-updated.

Last update: 2023-08-28 04:47:26 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status SensioLabs Insight Quality Score Total Downloads

Install

Via Composer

$ composer require sebastian-berc/configurations

Usage

$config = new SebastianBerc\Configurations\Config('path/to/file.yml');
echo $config->get('hello.world');

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email contact@sebastian-berc.pl instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.