groar/generic-php-libraries

Groar generic php libraries

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

This package is auto-updated.

Last update: 2024-12-29 05:13:10 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('/');