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
Tags
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