ixocreate / config
Config Class for IXOCREATE
Installs: 1 248
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
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 auto-updated.
Last update: 2022-02-01 13:15:33 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.