PHP Package: bugsnag/bugsnag-laravel

Bugsnag Laravel integration for seamless error monitoring and reporting in PHP applications.

Current Version: 2.29.0
Last Updated: 2025-02-26
PHP Requirement: >=5.5
Dependencies:
bugsnag/bugsnag
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Bugsnag Laravel provides comprehensive error tracking and monitoring capabilities for Laravel projects. It enables developers to easily identify, prioritize, and resolve errors, ensuring a smooth user experience. With Bugsnag Laravel, you can proactively monitor your application's health and performance, minimizing downtime and maximizing user satisfaction.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.29.0

Download Download v2.29.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/bugsnag/bugsnag-laravel/2.29.0/loader.php';
require_once 'libs/bugsnag/bugsnag/{lib_version}/loader.php';

use Bugsnag\BugsnagLaravel\BugsnagLaravelServiceProvider;

$obj = new BugsnagLaravelServiceProvider();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.