kachit/config-consul

Consul adapter

Installs: 1 166

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kachit/config-consul

1.2 2018-06-05 15:15 UTC

This package is not auto-updated.

Last update: 2025-10-18 03:22:33 UTC


README

License Build Status Latest Stable Version Total Downloads

Config consul adapter

<?php
$sf = new SensioLabs\Consul\ServiceFactory(['base_uri' => 'http://consul.service.local']);
$kv = $sf->get('kv');

$reader = new Kachit\Config\Consul\Reader($kv);
$data = $reader->read('foo/bar/qwerty');