Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

SebastianBerc/Configurations

Repository files navigation

Configurations

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages