sitiweb/laravel-healthchecks

Ping Healthchecks.io vanuit Laravel cronjobs

v1.4.2 2025-07-08 07:31 UTC

This package is auto-updated.

Last update: 2025-07-08 07:54:27 UTC


README

Latest Version on Packagist License Total Downloads

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