laravel-healthz maintained by optimistdigital
Description
Health check route for Laravel application.
Last update
2024/07/30 14:29
(dev-master)
License
Downloads
4 981
Tags
Laravel Healthz
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.