sebastianpopp / laravel-uptime-kuma-push
Automatically push uptime checks to Uptime Kuma.
0.2.0
2025-03-04 07:50 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^10.0 || ^11.0 || ^12.0
Requires (Dev)
- laravel/pint: ^1.0
README
Automatically push uptime checks to Uptime Kuma.
Installation
You can install the package via composer:
composer require sebastianpopp/laravel-uptime-kuma-push
Add your push URL to your .env
file:
UPTIME_KUMA_PUSH_URL="https://your.uptime.kuma.pet/api/push/xxxxxxxxxx?status=up&msg=OK&ping="
License
The MIT License (MIT). Please see License File for more information.