groar/generic-php-libraries

Groar generic php libraries

dev-master 2016-10-01 08:52 UTC

This package is auto-updated.

Last update: 2024-03-29 03:13:25 UTC


README

Version

v1

Configuration

Examples

$config = \Groar\Generic\Configuration::Factory(
	\Groar\Generic\Configuration\Driver_Etcd::Factory([
		"hosts" => explode(",", getenv("ETCD_HOST"))
	])
);
$values = $config->get('/');