PHPackages                             senseexception/datacollector-bundle - 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. senseexception/datacollector-bundle

AbandonedSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

senseexception/datacollector-bundle
===================================

An example bundle for creating additional DataCollector extending Symfony's Profiler

1.1.0(10y ago)020MITHTMLPHP &gt;=5.3.9

Since May 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SenseException/DataCollectorBundle)[ Packagist](https://packagist.org/packages/senseexception/datacollector-bundle)[ RSS](/packages/senseexception-datacollector-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

DataCollectorBundle Example
===========================

[](#datacollectorbundle-example)

[![SensioLabsInsight](https://camo.githubusercontent.com/f2c5c58d7127e7beb492589637ed1da7b5c4808e9dbc2d6cf9931ca4846e94be/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35313262653735302d656665622d346534632d623731312d3634353765313066626530622f6d696e692e706e67)](https://insight.sensiolabs.com/projects/512be750-efeb-4e4c-b711-6457e10fbe0b)

A simple example Symfony Bundle for creating additional DataCollectors and adding them to Symfony's Profiler.

This Bundle adds a new DataCollector for client ip info to the Symfony Profiler menu, panel and toolbar to show how the Profiler can be extended in Symfony. Feel free to use this as template for your own Profiler extension.

### Installation

[](#installation)

Add the following package to your `composer.json`

```
"require-dev": {
    "senseexception/datacollector-bundle": "1.1.0"
}
```

and add the bundle to your AppKernel.php

```
// app/AppKernel.php
//...
class AppKernel extends Kernel
{
    //...
    public function registerBundles()
    {
        //...
        if (in_array($this->getEnvironment(), array('dev', 'test'), true)) {
            //...
            $bundles[] = new SenseException\Bundle\DataCollectorBundle\DataCollectorBundle();
        }
        //...

        return $bundles;
    }
    //...
}
```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~266 days

Total

2

Last Release

3858d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1313ebcff68bc6cca3b8a1921c3ba13f83351212f707c15a5506880371371c47?d=identicon)[SenseException](/maintainers/SenseException)

---

Top Contributors

[![SenseException](https://avatars.githubusercontent.com/u/859964?v=4)](https://github.com/SenseException "SenseException (17 commits)")

---

Tags

profilerDataCollector

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/senseexception-datacollector-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/senseexception-datacollector-bundle/health.svg)](https://phpackages.com/packages/senseexception-datacollector-bundle)
```

###  Alternatives

[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k164.3M1.4k](/packages/symfony-web-profiler-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M430](/packages/easycorp-easyadmin-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M535](/packages/pimcore-pimcore)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M777](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.2k19.7k](/packages/prestashop-prestashop)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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