concept7 / health-checks
Application health checks for Concept7 projects
Installs: 3 960
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.2
- illuminate/contracts: ^10.0|^11.0
- spatie/laravel-health: ^1.29
- spatie/laravel-package-tools: ^1.16.4
- spatie/security-advisories-health-check: ^1.2
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.20
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
This package is auto-updated.
Last update: 2024-11-08 17:08:51 UTC
README
Default application health checks for Concept7 projects with Ohdear! enabled.
Support us
Send some love.
Installation
You can install the package via composer:
composer require concept7/health-checks
You can publish the config file with:
php artisan vendor:publish --tag="health-checks-config"
This is the contents of the published config file:
return [
];
Usage
Set your OH_DEAR_HEALTH_CHECK_SECRET in your .env file and enabled the application healt in Ohdear!
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.