Download the PHP package ibekiaris/load-balancing without Composer
On this page you can find all versions of the php package ibekiaris/load-balancing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ibekiaris/load-balancing
More information about ibekiaris/load-balancing
Files in ibekiaris/load-balancing
Package load-balancing
Short Description A PHP 7.2+ library for implementing load balancing in PHP.
License MIT
Homepage https://github.com/ibekiaris/load-balancing
Informations about the package load-balancing
ibekiaris/load-balancing
ibekiaris/load-balancing is a PHP 7.2+ library implementing load balancing in PHP.
About
From Wikipedia:
In computing, load balancing improves the distribution of workloads across multiple computing resources, such as computers, a computer cluster, network links, central processing units, or disk drives.[1] Load balancing aims to optimize resource use, maximize throughput, minimize response time, and avoid overload of any single resource. Using multiple components with load balancing instead of a single component may increase reliability and availability through redundancy. Load balancing usually involves dedicated software or hardware, such as a multilayer switch or a Domain Name System server process
Installation
The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to your project's composer.json
:
Examples
Those examples will help you better understand how to use this library
Examples
Copyright and license
The ibekiaris/load-balancing library is copyright © Ioannis Bekiaris and licensed for use under the MIT License (MIT). Please see LICENSE for more information.