LaravelPackages.net
Acme Inc.
Toggle sidebar
optimistdigital/laravel-healthz

Health check route for Laravel application.

5.041
2
1.2.0
About optimistdigital/laravel-healthz

optimistdigital/laravel-healthz is a Laravel package for health check route for laravel application.. It currently has 2 GitHub stars and 5.041 downloads on Packagist (latest version 1.2.0). Install it with composer require optimistdigital/laravel-healthz. Discover more Laravel packages by optimistdigital or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart