2017 © Pedro Peláez
 

library loadbalancer

LoadBalancer training component

image

nbn/loadbalancer

LoadBalancer training component

  • Wednesday, July 13, 2016
  • by nicolas-bastien
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

LoadBalancer

Build Status Scrutinizer Code Quality SensioLabsInsight Latest Stable Version Total Downloads, (*1)

Overview

Important : This is a training projet, it's only purpose is to demonstrated how to develop an open source component., (*2)

Installation

This is installable via Composer as nbn/loadbalancer:, (*3)

composer require nbn/loadbalancer

Getting start

This component provides you a loadbalancer class to handle your request., (*4)

You have the possibility to define a list of registered host and a chooser algorithm., (*5)

This component implement two chooser :, (*6)

  • RotationChooser : basic random chooser
  • LoadLimitChosser : return host under a given load limit

Go further

This component provided all the necessary set of interfaces to extends it as needed., (*7)

Contributing

Pull requests are welcome., (*8)

Thanks to everyone who has contributed already., (*9)


Developed by Nicolas Bastien, (*10)

Released under the MIT License, (*11)

The Versions

13/07 2016

dev-master

9999999-dev

LoadBalancer training component

  Sources   Download

MIT

The Requires

 

The Development Requires

training

13/07 2016

1.0.1

1.0.1.0

LoadBalancer training component

  Sources   Download

MIT

The Requires

 

The Development Requires

training

10/07 2016

1.0.0

1.0.0.0

LoadBalancer training component

  Sources   Download

MIT

The Requires

 

The Development Requires

training