groar / generic-php-libraries
Groar generic php libraries
dev-master
2016-10-01 08:52 UTC
Requires
- php: >=5.5.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-29 05:13:10 UTC
README
Version
v1
Configuration
- Api documentation https://srcdocs.honeytracks.net/Groar/generic-php-libraries/phpdoc/classes/Groar.Generic.Configuration.html
Examples
$config = \Groar\Generic\Configuration::Factory( \Groar\Generic\Configuration\Driver_Etcd::Factory([ "hosts" => explode(",", getenv("ETCD_HOST")) ]) ); $values = $config->get('/');