2017 © Pedro Peláez
 

library consul-config

Resilent configuration system based on consul

image

kpacha/consul-config

Resilent configuration system based on consul

  • Saturday, April 4, 2015
  • by kpacha
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

consul-config

A simple config module with an integrated consul service discovery system for php, (*1)

Build Status Dependency Status, (*2)

Requirements

Installation

Standalone

As a library (recomended)

Include the kpacha/consul-config package in your compose.json with all the dependencies of your project, (*3)

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

Git installation

Clone the repo, (*4)

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

Install the php dependencies, (*5)

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

Composer installation

Create a project with composer, (*6)

$ 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., (*7)

Config files

Just set the value \Kpacha\Config\Consul\ServiceManager to your service-manager config param. Visit kpacha/config for more info., (*8)

Usage

Config module

This package is a transparent extension for kpacha/config module, (*9)

Console

This package is a transparent extension for kpacha/config console, (*10)

The Versions

04/04 2015

dev-master

9999999-dev

Resilent configuration system based on consul

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kpacha

04/04 2015

v0.1.1

0.1.1.0

Resilent configuration system based on consul

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kpacha

04/04 2015

v0.1.0

0.1.0.0

Resilent configuration system based on consul

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kpacha