xylemical/config

Provides framework for configuration.

Maintainers

Package info

github.com/xylemical/config

pkg:composer/xylemical/config

Statistics

Installs: 4

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2022-06-30 05:45 UTC

This package is auto-updated.

Last update: 2026-03-01 00:38:43 UTC


README

Provides a framework for configuration.

Install

The recommended way to install this library is through composer.

composer require xylemical/config

Usage

use Xylemical\Config\ConfigBuilder;

$source = ...; // A source defined by \Xylemical\Config\Source\SourceInterface.
$builder = new ConfigBuilder($source);
$configFactory = $builder->getFactory();

License

MIT, see LICENSE.