PHPackages                             kpacha/consul-config - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kpacha/consul-config

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kpacha/consul-config
====================

Resilent configuration system based on consul

v0.1.1(11y ago)16MITPHPPHP &gt;=5.4.0

Since Apr 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/kpacha/consul-config)[ Packagist](https://packagist.org/packages/kpacha/consul-config)[ RSS](/packages/kpacha-consul-config/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

consul-config
=============

[](#consul-config)

A simple config module with an integrated consul service discovery system for php

[![Build Status](https://camo.githubusercontent.com/9837dd9cf85ebd5a99938bd1adbbff2c33b950319cd6b5e1900f0ec24a8f0411/68747470733a2f2f7472617669732d63692e6f72672f6b70616368612f636f6e73756c2d636f6e6669672e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/kpacha/consul-config) [![Dependency Status](https://camo.githubusercontent.com/795eb47f00b9ec76f943abd7e3b33e2755154259e64e27abafab69c13c015387/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534363931613334393530383235613866373030303034622f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/54691a34950825a8f700004b)

\#Requirements

- git
- PHP &gt;=5.4.0
- [kpacha/config](https://github.com/kpacha/config) (so check its dependencies!)
- [sensiolabs/consul-php-sdk](https://github.com/sensiolabs/consul-php-sdk) (so check its dependencies!)

\#Installation

\##Standalone

\##As a library (recomended)

Include the `kpacha/consul-config` package in your compose.json with all the dependencies of your project

```
"require":{
    "kpacha/consul-config": "~0.1"
}

```

\###Git installation

Clone the repo

```
$ git clone https://github.com/kpacha/consul-config.git

```

Install the php dependencies

```
$ cd consul-config
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install

```

\###Composer installation

Create a project with composer

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project kpacha/consul-config [directory]

```

Remeber to set the \[directory\] parameter or composer will create the project in your current path.

\#Config files

Just set the value `\Kpacha\Config\Consul\ServiceManager` to your `service-manager` config param. Visit [kpacha/config](https://github.com/kpacha/config) for more info.

\#Usage

\##Config module

This package is a transparent extension for [kpacha/config](https://github.com/kpacha/config) module

\##Console

This package is a transparent extension for [kpacha/config](https://github.com/kpacha/config) console

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4084d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1307694?v=4)[Daniel López](/maintainers/kpacha)[@kpacha](https://github.com/kpacha)

---

Top Contributors

[![kpacha](https://avatars.githubusercontent.com/u/1307694?v=4)](https://github.com/kpacha "kpacha (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kpacha-consul-config/health.svg)

```
[![Health](https://phpackages.com/badges/kpacha-consul-config/health.svg)](https://phpackages.com/packages/kpacha-consul-config)
```

###  Alternatives

[kylekatarnls/update-helper

Update helper

1.5k47.4M9](/packages/kylekatarnls-update-helper)[cmgmyr/phploc

A tool for quickly measuring the size of a PHP project.

267.2M5](/packages/cmgmyr-phploc)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
