Download the PHP package oopsydev/laravel without Composer
On this page you can find all versions of the php package oopsydev/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oopsydev/laravel
More information about oopsydev/laravel
Files in oopsydev/laravel
Package laravel
Short Description Lightweight error monitoring for Laravel — captures PHP exceptions with full stack traces, code context, breadcrumbs, and sends them to Oopsy. Two-line setup, zero config.
License MIT
Homepage https://oopsy.dev
Informations about the package laravel
Lightweight error monitoring for Laravel applications.
Captures PHP exceptions with full stack traces, code context, and breadcrumbs —
then sends them to Oopsy for grouping, alerting, and debugging.
Two-line setup. Zero config. Never crashes your app.
Installation
Add your project key to .env:
That's it. The SDK auto-registers via Laravel's package discovery. No service provider registration, no config files, no middleware setup.
What It Captures
| Stack traces | Surrounding code context for every frame |
| Request context | HTTP method, URL, headers, body, query parameters |
| User context | Authenticated user ID, email, name |
| Environment | PHP version, Laravel version, server details |
| Breadcrumbs | Database queries, log entries, and HTTP requests leading up to the error |
How It Works
All error reporting is async via Http::async(). If the Oopsy API is unreachable, your app is completely unaffected.
JavaScript Error Tracking
Oopsy also captures client-side JavaScript errors. Add a single script tag to your HTML:
No npm package. No build step. Works with Blade, Livewire, Inertia, or any frontend.
Testing Your Setup
Verify your installation works:
This sends a test exception to confirm connectivity.
AI / MCP Integration
Oopsy provides an MCP server that integrates with Claude Code, Cursor, and other MCP-compatible tools — allowing AI assistants to browse your errors and help debug them directly from your editor.
AI-friendly documentation is available at oopsy.dev/llms.txt.
Requirements
- PHP 8.2+
- Laravel 11, 12, or 13
Pricing
| Plan | Price | Errors/month | Projects |
|---|---|---|---|
| Free | $0 | 1,000 | 1 |
| Hobby | $5/mo | 50,000 | 5 |
| Pro | $19/mo | 500,000 | Unlimited |
Start free at oopsy.dev — no credit card required.
Comparisons
- Oopsy vs Sentry — purpose-built for Laravel vs generic platform
- Oopsy vs Flare — full-stack (PHP + JS) vs PHP-only
- Oopsy vs Nightwatch — error monitoring vs APM
Add the Badge
Show that your app is monitored by Oopsy:
License
MIT
All versions of laravel with dependencies
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0