2017 © Pedro Peláez
 

library config

Phpf Configuration package

image

phpf/config

Phpf Configuration package

  • Monday, May 19, 2014
  • by wells5609
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Components-Config

General use configuration classes, (*1)

Requirements

  • Wells\Util

Basic Usage

Use dot-notation to set and get settings in nested arrays., (*2)

$config = new Wells\Config\Object;
$config->set('use.template.views', true);

The above will be stored like:, (*3)

"use" => array(
    "template" => array(
        "views" => true
    ),
);

The Versions

19/05 2014

dev-master

9999999-dev https://github.com/phpf/Config

Phpf Configuration package

  Sources   Download

MIT

The Requires

 

by The PHPf Developer

configuration ini config