ulrichsg/phconf

Hierarchical configuration inspired by nconf

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

This package is not auto-updated.

Last update: 2024-04-19 16:39:00 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.