Looking to hire Laravel developers? Try LaraJobs

laravel maintained by faultscope

Description
Laravel integration package for FaultScope monitoring hub
Author
Last update
2026/08/07 06:30 (dev-main)
License
Downloads
1

Comments
comments powered by Disqus

FaultScope Laravel SDK

Official Laravel package for sending exceptions and telemetry to FaultScope.

Requirements

  • PHP 8.1+
  • Laravel 10, 11, 12, or 13

Install

composer require faultscope/laravel

Configure

Add to your .env:

FAULTSCOPE_ENABLED=true
FAULTSCOPE_DSN=https://your-hub.example.com/api/ingest
FAULTSCOPE_KEY=et_ingest_your_key_here

Optional: publish config

php artisan vendor:publish --tag=faultscope-config

Verify

php artisan faultscope: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