wherd/config

Yet another config wrapper

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

This package is not auto-updated.

Last update: 2024-04-20 17:38:04 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');