bzick/confd

Simple config storage with defaults

Maintainers

Details

github.com/bzick/confd

Source

Issues

Installs: 8 637

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/bzick/confd

1.0.4 2023-12-04 12:12 UTC

This package is auto-updated.

Last update: 2025-10-04 15:55:39 UTC


README

Build Status

$config = new Confd\Config("path/to/custom.config.php", "path/to/defaults/");
$config->part->key;
$config->part['key'];
$config['part']['key'];

$config->getItem("part", "key");