2017 © Pedro Peláez
 

library config

kiwi-suite/config

image

kiwi-suite/config

kiwi-suite/config

  • Thursday, March 15, 2018
  • by luchaos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 326 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 41 % Grown

The README.md

IXOCREATE config

Build Status Coverage Status Packagist Packagist Pre Release Packagist, (*1)

ixocreate/config is a php array config parser/accessor, (*2)

Installation

Install the package via composer:, (*3)

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., (*4)

The Versions

09/01 2018

dev-master

9999999-dev

kiwi-suite/config

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

09/01 2018
14/12 2017

0.1.0

0.1.0.0

kiwi-suite/config

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires