PHPackages                             hasanh47/laravel-api-debugger - 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. hasanh47/laravel-api-debugger

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

hasanh47/laravel-api-debugger
=============================

A simple API debugger for Laravel

02PHP

Since Aug 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/HasanH47/LaravelApiDebugger)[ Packagist](https://packagist.org/packages/hasanh47/laravel-api-debugger)[ RSS](/packages/hasanh47-laravel-api-debugger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LaravelApiDebugger
==================

[](#laravelapidebugger)

LaravelApiDebugger is a simple library for debugging APIs in Laravel applications. It provides functionality similar to `dd()` and `dump()` but tailored for API responses.

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

[](#installation)

To install LaravelApiDebugger, require it using Composer:

```
composer require hasanh47/laravel-api-debugger
```

Usage
-----

[](#usage)

Use the ApiDebugger class to debug API responses:

```
use HasanH47\ApiDebugger\ApiDebugger;

public function someMethod(Request $request)
{
    $data = ['key' => 'value'];

    // For debugging API
    ApiDebugger::dd($data);

    return response()->json(['success' => true]);
}
```

License
-------

[](#license)

This library is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6aa05e6470dca6109a8a90f7cc76ea10186bd385cfef748863c03934591df6e?d=identicon)[HasanH47](/maintainers/HasanH47)

---

Top Contributors

[![HasanH47](https://avatars.githubusercontent.com/u/112043708?v=4)](https://github.com/HasanH47 "HasanH47 (8 commits)")

### Embed Badge

![Health badge](/badges/hasanh47-laravel-api-debugger/health.svg)

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

###  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)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[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)

PHPackages © 2026

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