cronwatcher / laravel
CronWatcher.io Laravel integration package for monitoring and syncing scheduled tasks.
4.0.4
2025-08-21 16:10 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.9
- illuminate/support: ^12.0
Requires (Dev)
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^11.0
This package is auto-updated.
Last update: 2026-02-21 17:22:37 UTC
README
Laravel package for integrating with CronWatcher.io to monitor and sync scheduled tasks.
Installation
composer require cronwatcher/laravel
Configuration in .env file
CRONWATCHER_KEY="****"
Synchronisation to Server
$ php artisan cronwatcher:update
📌 Supported Versions
cronwatcher/laravel is released in separate major versions to match the corresponding Laravel release.
Composer will automatically resolve and install the correct package version for your Laravel project.
| Laravel Version | Package Version | Git Branch |
|---|---|---|
| 9.x | ^1.0 |
laravel-9 |
| 10.x | ^2.0 |
laravel-10 |
| 11.x | ^3.0 |
laravel-11 |
| 12.x | ^4.0 |
laravel-12 |