ulrichsg/phconf

Hierarchical configuration inspired by nconf

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ulrichsg/phconf

dev-master 2016-03-01 13:39 UTC

This package is not auto-updated.

Last update: 2025-10-03 23:22:05 UTC


README

Hierarchical configuration for PHP inspired by nconf

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.

Usage

See the documentation.