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 today

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 31% of packages

Maintenance40

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

507d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44067289?v=4)[antoinedesportes](/maintainers/antoinedesportes)[@antoinedesportes](https://github.com/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.3k133.0M758](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k2.3M65](/packages/fruitcake-laravel-debugbar)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)

PHPackages © 2026

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