PHPackages                             debugbird/php - 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/php

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

debugbird/php
=============

DebugBird PHP SDK

1.0.0(1y ago)081proprietaryPHP

Since Feb 8Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (1)

DebugBird PHP SDK
=================

[](#debugbird-php-sdk)

DebugBird is a lightweight PHP SDK for capturing logs and crashes, sending them to your DebugBird dashboard.

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

[](#installation)

You can install the package via Composer:

```
composer require debugbird/php
```

Usage
-----

[](#usage)

### Initialize the Logger

[](#initialize-the-logger)

Before logging, initialize DebugBird with your project credentials:

```
require 'vendor/autoload.php';

use DebugBird\DebugBird;

DebugBird::init([
    'project_id' => 'your_project_id',
    'api_key' => 'your_api_key'
]);
```

### Logging Messages

[](#logging-messages)

Log messages with different types:

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

### Capturing Exceptions &amp; Errors

[](#capturing-exceptions--errors)

Exceptions and errors are automatically captured once DebugBird is initialized:

```
throw new Exception('Something went wrong!');
```

### Disabling Specific Logging

[](#disabling-specific-logging)

You can disable log or crash collection while initializing:

```
DebugBird::init([
    'project_id' => 'your_project_id',
    'api_key' => 'your_api_key',
    'disable_logs' => true, // Disables log collection
    'disable_errors' => true // Disables error/crash collection
]);
```

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

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

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

Unknown

Total

1

Last Release

465d 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 (7 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)[beyondcode/helo-laravel

HELO Laravel debug helper

90360.1k](/packages/beyondcode-helo-laravel)

PHPackages © 2026

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