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

This package is not auto-updated.

Last update: 2020-08-22 06:58:09 UTC


README

Build Status Coverage Status Packagist Packagist Pre Release Packagist

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.