https://github.com/outl1ne/laravel-healthz
Health check route for Laravel application.
https://github.com/outl1ne/laravel-healthz
Last synced: about 2 months ago
JSON representation
Health check route for Laravel application.
- Host: GitHub
- URL: https://github.com/outl1ne/laravel-healthz
- Owner: outl1ne
- License: mit
- Created: 2021-05-06T11:10:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T12:30:10.000Z (10 months ago)
- Last Synced: 2025-03-24T06:04:48.425Z (2 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Healthz
[](https://packagist.org/packages/optimistdigital/laravel-healthz)
[](https://packagist.org/packages/optimistdigital/laravel-healthz)Healthz is a Composer package that adds a health check route to the [Laravel](https://laravel.com) 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
- [Allan Tatter](https://github.com/allantatter)
## License
Laravel Healthz is open-sourced software licensed under the [MIT license](LICENSE.md).