groar/generic-php-libraries

Groar 通用 PHP 库

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

This package is auto-updated.

Last update: 2024-08-29 04:25:30 UTC


README

版本

v1

配置

示例

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