PHPackages                             sensiolabs/doctrine-query-statistics-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. sensiolabs/doctrine-query-statistics-bundle

AbandonedArchivedSymfony-bundle

sensiolabs/doctrine-query-statistics-bundle
===========================================

Adds a Profiler tab to gather statistics about Doctrine queries made during a request

5941.1k7[3 issues](https://github.com/sensiolabs/SensioLabsDoctrineQueryStatisticsBundle/issues)PHP

Since Jun 5Pushed 12y ago10 watchersCompare

[ Source](https://github.com/sensiolabs/SensioLabsDoctrineQueryStatisticsBundle)[ Packagist](https://packagist.org/packages/sensiolabs/doctrine-query-statistics-bundle)[ RSS](/packages/sensiolabs-doctrine-query-statistics-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SensioLabsDoctrineQueryStatisticsBundle
=======================================

[](#sensiolabsdoctrinequerystatisticsbundle)

About
-----

[](#about)

This bundle adds a tab to your Profiler which gathers statistical information about the Doctrine queries that have been executed during a request.

Right now the bundle generates statistical information about:

- Duplicate queries
- Similar queries (same queries with different parameters)

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

[](#installation)

Add a requirement in your composer.json for the `sensiolabs/doctrine-query-statistics-bundle` package:

```
        "sensiolabs/doctrine-query-statistics-bundle": "*"

```

Add the SensioLabsDoctrineQueryStatisticsBundle to your application's kernel:

```
public function registerBundles()
{
    $bundles = array(
        ...
        new SensioLabs\DoctrineQueryStatisticsBundle\SensioLabsDoctrineQueryStatisticsBundle(),
        ...
    );
    ...
}

```

License
-------

[](#license)

Released under the MIT License, see LICENSE.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.7% 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/06458ba126e8ef671b61e4f20df064f7cfa7c6bc8203f6ecccba707f7301e247?d=identicon)[denderello](/maintainers/denderello)

---

Top Contributors

[![denderello](https://avatars.githubusercontent.com/u/15523?v=4)](https://github.com/denderello "denderello (11 commits)")[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (2 commits)")[![shieldo](https://avatars.githubusercontent.com/u/97280?v=4)](https://github.com/shieldo "shieldo (2 commits)")[![ManuelAgustin](https://avatars.githubusercontent.com/u/1311509?v=4)](https://github.com/ManuelAgustin "ManuelAgustin (1 commits)")[![pborreli](https://avatars.githubusercontent.com/u/77759?v=4)](https://github.com/pborreli "pborreli (1 commits)")

### Embed Badge

![Health badge](/badges/sensiolabs-doctrine-query-statistics-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sensiolabs-doctrine-query-statistics-bundle/health.svg)](https://phpackages.com/packages/sensiolabs-doctrine-query-statistics-bundle)
```

PHPackages © 2026

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