sebastian-berc / configurations
Simple library to make a PHP array from differents config files.
Installs: 1 055
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.9
- illuminate/config: ~5.0
- illuminate/support: ~5.0
- symfony/yaml: ~2.6
Requires (Dev)
- mockery/mockery: ^0.9.4
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is auto-updated.
Last update: 2023-08-28 04:47:26 UTC
README
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.