2017 © Pedro Peláez
 

library phconf

Hierarchical configuration inspired by nconf

image

ulrichsg/phconf

Hierarchical configuration inspired by nconf

  • Tuesday, March 1, 2016
  • by ulrichsg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phconf

Hierarchical configuration for PHP inspired by nconf, (*1)

Features

  • Import configuration from a variety of sources
    • Files (JSON, YAML, INI)
    • Environment variables
  • Set overridable default values

Installation

Install using Composer via composer require ulrichsg/phconf or add it to your composer.json manually. Note that phconf requires PHP 5.6 or above., (*2)

Usage

See the documentation., (*3)

The Versions

01/03 2016

dev-master

9999999-dev https://github.com/ulrichsg/phconf

Hierarchical configuration inspired by nconf

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ulrich Schmidt-Goertz