PHPackages                             sebj54/lb-healthcheck-php - 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. sebj54/lb-healthcheck-php

ActiveLibrary

sebj54/lb-healthcheck-php
=========================

Helper classes for quickly implementing LB health check pages

v1.0.0(6y ago)021MITPHPPHP &gt;=5.5.0

Since May 27Pushed 6y agoCompare

[ Source](https://github.com/sebj54/lb-healthcheck-php)[ Packagist](https://packagist.org/packages/sebj54/lb-healthcheck-php)[ RSS](/packages/sebj54-lb-healthcheck-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

lb-healthcheck-php
==================

[](#lb-healthcheck-php)

Load balancer health check library and examples for PHP. Optimized for use with HOSTING Cloud Load Balancer but should work with just about any deployment.

Installation
------------

[](#installation)

We recommend you install the LB Health Check functions with the [Composer](https://getcomposer.org) dependency manager. Run this bash command in your project's root directory to download and install the latest stable version into your project's vendor/ directory.

`composer require sebj54/lb-healthcheck-php`

Next, require the Composer autoloader into your PHP application:

```
