PHPackages                             kpacha/suricate-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/suricate-config

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

kpacha/suricate-config
======================

Resilent configuration system based on zookeeper (and suricate!)

v0.2.1(11y ago)05MITPHPPHP &gt;=5.3.3

Since Oct 19Pushed 11y ago1 watchersCompare

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

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

suricate-config
===============

[](#suricate-config)

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

[![Build Status](https://camo.githubusercontent.com/5acf34a95f0d21e420fa005eb30a057ad34f25154703ac0fdebfdc673b004fd7/68747470733a2f2f7472617669732d63692e6f72672f6b70616368612f73757269636174652d636f6e6669672e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/kpacha/suricate-config) [![Dependency Status](https://camo.githubusercontent.com/795eb47f00b9ec76f943abd7e3b33e2755154259e64e27abafab69c13c015387/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534363931613334393530383235613866373030303034622f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/54691a34950825a8f700004b)

\#Requirements

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

\#Installation

\##Standalone

\##As a library (recomended)

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

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

```

\###Git installation

Clone the repo

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

```

Install the php dependencies

```
$ cd suricate-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/suricate-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\\Suricate\\Config\\ServiceManager` to your `service-manager` config param and fix the url of your suricate server. 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

The `kpacha/suricate-php-sdk` package comes with a simple client and several console commands bundled in a simple app. Check the [project web](https://github.com/kpacha/suricate-php-sdk) for more info.

The `kpacha/suricate-config` packages extends the `kpacha/suricate-php-sdk` and adds the `Update` command from `kpacha/config` in order to expose a clean CLI so you could add a cron to:

- Send a periodic heartbeat to notify the suricate server the node is up. Check the inline help for the command `$ bin/suricate-config s:h --help`
- Update the service info querying the suricate server for the services listed in the `service-name` area of your `suricate_services.yml` file with `$ bin/suricate-config c:u /path/to/config/dir`

Run the `suricate-config` script to trigger any console command.

Visit the [suricate-php-sdk project](https://github.com/kpacha/suricate-php.sdk) for more info.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~42 days

Total

5

Last Release

4057d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4539090b6fccb79399136821aba66f06d55284f01965fe36d0565af367a5f700?d=identicon)[kpacha](/maintainers/kpacha)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[serhioromano/bootstrap-calendar

Bootstrap full view calendar.

3.0k5.9k2](/packages/serhioromano-bootstrap-calendar)[motomedialab/laravel-self-healing-urls

Generate self-healing URLs for models

252.7k](/packages/motomedialab-laravel-self-healing-urls)

PHPackages © 2026

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