stackwarden/laravel

Official Laravel SDK for Stackwarden with automatic instrumentation

Maintainers

Package info

github.com/stack-warden/laravel

pkg:composer/stackwarden/laravel

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-08-06 08:29 UTC

This package is auto-updated.

Last update: 2026-08-06 08:30:39 UTC


README

Official Laravel SDK for Stackwarden — self-hostable error monitoring with issues, traces, logs, and metrics.

Requires PHP 8.1+ and Laravel 10 / 11 / 12 / 13.

Install

composer require stackwarden/laravel

Wire unhandled exceptions (Laravel 11+ in bootstrap/app.php):

->withExceptions(function (Exceptions $exceptions) {
    \Stackwarden\Integration::handles($exceptions);
})

Configure via DSN (use your Stackwarden dashboard URL + project key):

STACKWARDEN_DSN=http://sw_YOUR_PROJECT_KEY@127.0.0.1:8001
php artisan stackwarden:test

Docs

Doc What
installation.md Exception wiring, Docker DSN, verify
configuration.md Env vars, Explore signals, transport
usage.md Manual capture, scope, traces, logs

See CONTRIBUTING.md for development.

License

MIT — see LICENSE.