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
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.