xylemical/config

Provides framework for configuration.

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

This package is auto-updated.

Last update: 2024-04-29 04:21:42 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.