PHPackages                             debugbird/laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. debugbird/laravel

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

debugbird/laravel
=================

Debugbird Laravel

1.0.2(1y ago)04proprietaryPHP

Since Feb 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/antoinedesp/debugbird-laravel)[ Packagist](https://packagist.org/packages/debugbird/laravel)[ RSS](/packages/debugbird-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

DebugBird Laravel SDK
=====================

[](#debugbird-laravel-sdk)

DebugBird Laravel SDK provides seamless log and crash collection for your Laravel applications, sending data to your DebugBird dashboard.

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require debugbird/laravel
```

Then, publish the configuration file:

```
php artisan vendor:publish --tag=debugbird-config
```

Configuration
-------------

[](#configuration)

After publishing, configure your `.env` file:

```
DEBUGBIRD_PROJECT_ID=your_project_id
DEBUGBIRD_API_KEY=your_api_key
```

You can disable log or crash collection in your `.env` file:

```
DEBUGBIRD_DISABLE_LOGS=true
DEBUGBIRD_DISABLE_ERRORS=true
```

Usage
-----

[](#usage)

### Automatic Logging

[](#automatic-logging)

Once installed, DebugBird will automatically capture logs and exceptions based on the log level defined in your `.env` file.

### Manually Logging Messages

[](#manually-logging-messages)

You can manually log messages with different types:

```
use DebugBird\DebugBird;

DebugBird::log('info', 'This is an informational message');
DebugBird::log('warning', 'This is a warning message');
DebugBird::log('error', 'This is an error message');
```

### Custom Exception Handling

[](#custom-exception-handling)

If you want to manually capture exceptions, you can do:

```
try {
    throw new Exception('Something went wrong!');
} catch (Exception $e) {
    DebugBird::captureException($e);
}
```

Contributing
------------

[](#contributing)

Feel free to submit issues and pull requests to improve this SDK.

License
-------

[](#license)

This package is proprietary. Contact  for licensing inquiries.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance42

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

461d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b89cdad1907a1a7e6a840dff6e7e0a71273c3ebd2b9db570d56415d1622354b?d=identicon)[antoinedesportes](/maintainers/antoinedesportes)

---

Top Contributors

[![antoinedesp](https://avatars.githubusercontent.com/u/114112600?v=4)](https://github.com/antoinedesp "antoinedesp (6 commits)")

### Embed Badge

![Health badge](/badges/debugbird-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/debugbird-laravel/health.svg)](https://phpackages.com/packages/debugbird-laravel)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k124.3M624](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

573146.7M471](/packages/spatie-laravel-ignition)[spatie/laravel-ray

Easily debug Laravel apps

31738.4M2.8k](/packages/spatie-laravel-ray)[laradumps/laradumps

LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.

1.3k1.3M29](/packages/laradumps-laradumps)[glhd/laravel-dumper

382801.4k](/packages/glhd-laravel-dumper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
