sitiweb / laravel-healthchecks
Ping Healthchecks.io vanuit Laravel cronjobs
v1.4.2
2025-07-08 07:31 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.0
README
Laravel wrapper voor Healthchecks.io waarmee je eenvoudig cronjobs kunt monitoren via Artisan commands of Laravel's scheduler.
✅ Features
- Ping Healthchecks.io bij start, succes of falen
- Eenvoudige trait voor Artisan commands
- Fluent
->healthchecks()
macro voor gebruik in de scheduler - Minimale configuratie nodig
🚀 Installatie
composer require sitiweb/laravel-healthchecks
Logbestanden
Als je app in debug- of niet-productieomgeving draait, worden Healthcheck-pings gelogd naar:
Zorg dat je log-config hebt gepubliceerd:
php artisan vendor:publish --tag=config