optimistdigital / laravel-healthz
Health check route for Laravel application.
Installs: 3 383
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- laravel/framework: ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
This package is auto-updated.
Last update: 2024-10-30 12:56:06 UTC
README
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.