Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

ixocreate/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IXOCREATE config

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages