skywatch/laravel

Laravel integration package for Skywatch monitoring hub

Maintainers

Package info

github.com/Skywatch-Exception-Tracking/laravel

pkg:composer/skywatch/laravel

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-07-31 06:42 UTC

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