Skip to content

outl1ne/laravel-healthz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Healthz

Latest Version on Packagist Total Downloads

Healthz is a Composer package that adds a health check route to the Laravel application.

Creates a route with path /healthz that response with 200 status code.

Usage

In routes/web.php add a line:

Healthz::endpoint();

Installation

Install the package in a Laravel project via Composer:

composer require optimistdigital/laravel-healthz

Credits

License

Laravel Healthz is open-sourced software licensed under the MIT license.