kiwi-suite / config
This package is abandoned and no longer maintained.
No replacement package was suggested.
Config Class for IXOCREATE
1.0.0-alpha2
2019-01-25 03:17 UTC
Requires
- php: ^7.1
- ixocreate/contract: =1.0.0-alpha2
Requires (Dev)
- ixocreate/coding-standard: ^1.0
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.0.6
- zendframework/zend-stdlib: ^3.1
This package is not auto-updated.
Last update: 2020-08-22 06:58:09 UTC
README
ixocreate/config is a php array config parser/accessor
Installation
Install the package via composer:
composer require ixocreate/config
Usage
$config = new Config([ 'db' => [ 'user' => "myuser", 'host' => "myhost", 'pass' => "mypass", ] ]); $config->get('db.user');
License
The MIT License (MIT). Please see LICENSE for more information.