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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel

Oopsy — Error monitoring for Laravel

Latest Version PHP Version License

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

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

Add the Badge

Show that your app is monitored by Oopsy:

monitored by: oopsy

License

MIT


All versions of laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package oopsydev/laravel contains the following files

Loading the files please wait ...