wherd/config

Yet another config wrapper

Maintainers

Details

github.com/wherd/config

Source

Issues

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/wherd/config

v1.0.2 2023-02-10 14:17 UTC

This package is not auto-updated.

Last update: 2025-10-05 00:24:28 UTC


README

Yet another config wrapper.

Installation

Install using composer:

composer require wherd/config

Usage

use Wherd\Config\PhpAdapter;

$config = new PhpAdapter();
$data = $config->load('filename.php');