sfneal/healthy

Provides health check routes to Laravel applications for determining if the app is "up & running"

Installs: 46 463

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:Shell

2.0.0 2022-03-08 17:24 UTC

This package is auto-updated.

Last update: 2024-04-08 22:12:36 UTC


README

Packagist PHP support Latest Version on Packagist Build Status StyleCI Scrutinizer Code Quality Total Downloads

Provides health check routes to Laravel applications for determining if the app is "up & running".

Installation

You can install the package via composer:

composer require sfneal/healthy

Usage

Determine your Laravel Application is up & running by sending a ping or get request to the '/health' uri. Useful for load balanced deployments with periodic uptime checks.

To change the route or uri used publish the config file.

php artisan vendor:publish --provider="Sfneal\Healthy\Providers\HealthyServiceProvider"

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email stephen.neal14@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

PHP Package Boilerplate

This package was generated using the PHP Package Boilerplate.