Skip to content

sfneal/healthy

Repository files navigation

Healthy

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published