2017 © Pedro Peláez
 

library configurations

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

image

sebastian-berc/configurations

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

  • Thursday, September 3, 2015
  • by sebastian-berc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,029 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Configurations

Latest Version on Packagist Software License Build Status Coverage Status SensioLabs Insight Quality Score Total Downloads, (*1)

Install

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');

Change log

Please see CHANGELOG for more information what has changed recently., (*4)

Testing

bash $ composer test, (*5)

Contributing

Please see CONTRIBUTING for details., (*6)

Security

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

Credits

License

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

The Versions

03/09 2015

dev-master

9999999-dev https://github.com/SebastianBerc/Configurations

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

  Sources   Download

MIT

The Requires

 

The Development Requires

configuration configurations