PHPackages                             pixelee/insight-dumper - 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. pixelee/insight-dumper

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

pixelee/insight-dumper
======================

InsightDumper est un outil de débogage PHP conçu pour offrir aux développeurs une vision claire et approfondie de leurs données au moment du développement.

02PHP

Since Apr 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/PixeleeCode/InsightDumper)[ Packagist](https://packagist.org/packages/pixelee/insight-dumper)[ RSS](/packages/pixelee-insight-dumper/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

InsightDumper
=============

[](#insightdumper)

InsightDumper is a PHP debugging tool designed to provide developers with a clear and detailed view of their data during development. Combining advanced variable dumping features with a colorful and intuitive visual presentation, InsightDumper transforms the way developers interact with their data, making the debugging process not just more efficient but also enjoyable.

Key Features
------------

[](#key-features)

- **Enhanced Visualization**: Enjoy a colorful and structured display of data, making the inspection of complex arrays, objects, and other PHP data types straightforward and direct.
- **Seamless Integration**: Designed for effortless integration into any PHP project, whether you're using a specific framework like Laravel or Symfony, or operating in a pure PHP environment.
- **Rich Functionality**: From straightforward variable dumping to advanced features like execution tracing and performance profiling, InsightDumper is equipped to meet all your debugging needs.
- **Customization**: Tailor the display and behavior of InsightDumper to perfectly match your debugging workflow and preferences.

Whether you're a solo developer working on your passion project or a team building a large-scale PHP application, InsightDumper is here to illuminate your debugging process with clarity, color, and deep insight into your data.

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

[](#installation)

To get started with InsightDumper, install it via Composer:

```
composer require pixelee/insight-dumper
```

Usage
-----

[](#usage)

### Standard PHP Project

[](#standard-php-project)

1. **Setup**: Include Composer's autoload file and the `in()` function file in your project.

```
require_once 'vendor/autoload.php';
require_once __DIR__ . '/vendor/pixelee/insight-dumper/Resources/functions/in.php';
```

2. **Variable Dumping**: Use the `in()` function to dump variables for debugging.

```
$data = ['name' => 'John', 'age' => 30];
in($data);
```

### PHP MVC Frameworks

[](#php-mvc-frameworks)

#### Laravel

[](#laravel)

- **Service Provider and Facade (Optional)**: Optionally, register InsightDumper as a service provider and create a facade for an elegant syntax.
- **Usage**: Call `in()` within your application to debug data effortlessly.

```
// In a controller method
$users = User::all();
in($users);
```

#### Symfony

[](#symfony)

- **Service Configuration**: Optionally, configure InsightDumper as a service in `services.yaml`.
- **Usage**: Use `in()` in controllers or services for debugging.

```
// In a controller action
$users = $this->userRepository->findAll();
in($users);
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 69% 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://avatars.githubusercontent.com/u/39504941?v=4)[Pixelee](/maintainers/Pixelee)[@Pixelee](https://github.com/Pixelee)

---

Top Contributors

[![logikstik](https://avatars.githubusercontent.com/u/920834?v=4)](https://github.com/logikstik "logikstik (20 commits)")[![PixeleeCode](https://avatars.githubusercontent.com/u/56721751?v=4)](https://github.com/PixeleeCode "PixeleeCode (9 commits)")

### Embed Badge

![Health badge](/badges/pixelee-insight-dumper/health.svg)

```
[![Health](https://phpackages.com/badges/pixelee-insight-dumper/health.svg)](https://phpackages.com/packages/pixelee-insight-dumper)
```

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.6k](/packages/spatie-craft-ray)

PHPackages © 2026

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