sfneal / healthy
Provides health check routes to Laravel applications for determining if the app is "up & running"
Installs: 62 370
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Shell
Requires
- php: >=7.3
- laravel/framework: >=8.0
- sfneal/controllers: ^2.0|^3.0
Requires (Dev)
- orchestra/testbench: ^5.0|^6.24.1|^7.0
- phpunit/phpunit: ^7.5|^8.0 <8.5.12|^9.3
- scrutinizer/ocular: ^1.8
README
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.