skywatch / laravel
Laravel integration package for Skywatch monitoring hub
dev-main
2026-07-31 06:42 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.5
- illuminate/support: ^10.0|^11.0|^12.0|^13.0
This package is auto-updated.
Last update: 2026-07-31 06:56:31 UTC
README
Official Laravel package for sending exceptions and telemetry to Skywatch.
Requirements
- PHP 8.1+
- Laravel 10, 11, 12, or 13
Install
composer require skywatch/laravel
Configure
Add to your .env:
SKYWATCH_ENABLED=true SKYWATCH_DSN=https://your-hub.example.com/api/ingest SKYWATCH_KEY=et_ingest_your_key_here
Optional: publish config
php artisan vendor:publish --tag=skywatch-config
Verify
php artisan skywatch:ping
Features
- Auto-capture unhandled exceptions
- SQL, log, cache, and HTTP breadcrumbs
- PII masking and offline queue
- Request tracing middleware
- Queue job context in workers
License
MIT