PHPackages                             kieranajp/healthz - 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. kieranajp/healthz

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

kieranajp/healthz
=================

Health checks for PHP apps.

v0.0.1(6y ago)01.7kMITPHP

Since Aug 22Pushed 6y agoCompare

[ Source](https://github.com/kieranajp/php-healthz)[ Packagist](https://packagist.org/packages/kieranajp/healthz)[ RSS](/packages/kieranajp-healthz/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/424660e2effb614167e8c2da57ca2d875e2c8c033e34d77c85762757f80a7026/68747470733a2f2f7472617669732d63692e6f72672f67656e65726174696f6e7475782f7068702d6865616c74687a2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/generationtux/php-healthz)[![Test Coverage](https://camo.githubusercontent.com/340d24a158c5a361feda714c196ccd7e1a9130fa182ae4bb66e3119716cd1c52/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f67656e65726174696f6e7475782f7068702d6865616c74687a2f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/generationtux/php-healthz/coverage)

PHP Healthz
===========

[](#php-healthz)

Health checking for PHP apps.

Get an easy overview of the health of your app! Implement a health check endpoint for load balancers, or your own sanity :)

All credit to [generationtux](https://github.com/generationtux/php-healthz) for the upstream version. This is a fork of that with a lot of stuff removed. Notably:

- No Laravel support (no dependency on Illuminate components!)
- No UI (no dependency on Twig!)
- No defined checks - roll your own only.
- [Setup and usage](#setup)
- [Writing checks](#writing-checks)

---

Setup
-----

[](#setup)

```
$ composer require generationtux/healthz
```

**Build an instance of the health check**

```
