PHPackages                             debesha/doctrine-hydration-profiler-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. [Database &amp; ORM](/categories/database)
4. /
5. debesha/doctrine-hydration-profiler-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

debesha/doctrine-hydration-profiler-bundle
==========================================

Information about hydration of doctrine entities at the profiler

1.4.6(5mo ago)133605.7k↓52.5%14[1 issues](https://github.com/debesha/DoctrineProfileExtraBundle/issues)1MITPHPPHP &gt;=8.0CI passing

Since Jul 17Pushed 5mo ago8 watchersCompare

[ Source](https://github.com/debesha/DoctrineProfileExtraBundle)[ Packagist](https://packagist.org/packages/debesha/doctrine-hydration-profiler-bundle)[ Docs](https://github.com/debesha/DoctrineProfileExtraBundle)[ RSS](/packages/debesha-doctrine-hydration-profiler-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (12)Versions (27)Used By (1)

DoctrineProfileExtraBundle
==========================

[](#doctrineprofileextrabundle)

[![Latest Stable Version](https://camo.githubusercontent.com/0ec4ae8ed88f875c737a18d3c263d3f89b455c03e4b5ce5b3366fb23cc669466/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646562657368612f646f637472696e652d687964726174696f6e2d70726f66696c65722d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/debesha/doctrine-hydration-profiler-bundle)[![PHP Version](https://camo.githubusercontent.com/e1083cfd78f6d5d85677c71ba21491fe5eee24aed6a378faf1bcc2be8d2be343/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f646562657368612f646f637472696e652d687964726174696f6e2d70726f66696c65722d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://www.php.net/releases/)[![Symfony](https://camo.githubusercontent.com/9c7cee3279d8078a03175e39910b7b8d967c431709a047d6a8f4852667ffb1f3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d352e34253230253743253230362e78253230253743253230372e782d3030303030303f6c6f676f3d73796d666f6e79266c6f676f436f6c6f723d7768697465267374796c653d666c61742d737175617265)](https://symfony.com/releases)[![Doctrine ORM](https://camo.githubusercontent.com/8f971ded66d4d0a157a8e4522943fa57248b9be148be91b29e10a78483021d3e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f637472696e652532304f524d2d253545322e3139253230253743253230253545332e302d3539363636433f7374796c653d666c61742d737175617265)](https://www.doctrine-project.org/projects/orm.html)[![License](https://camo.githubusercontent.com/e9afd4f4edb5ebb579727f6b9462dfdc32860e9723f3b8579fc477dba5ed24b8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f646562657368612f646f637472696e652d687964726174696f6e2d70726f66696c65722d62756e646c652e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Downloads](https://camo.githubusercontent.com/0574e5003a92bb00e63573d66c730a53185e7fb7261f0ba8c5a5c1d598ecf538/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646562657368612f646f637472696e652d687964726174696f6e2d70726f66696c65722d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/debesha/doctrine-hydration-profiler-bundle/stats)[![PHPStan](https://camo.githubusercontent.com/091366e12c42599dcea8968ba9ea2efec13c726eedc86d09121d93a5b530abc3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d3434423345363f7374796c653d666c61742d737175617265)](https://phpstan.org/)[![Code Style](https://camo.githubusercontent.com/debd176c917d00b77217e7c6254510ee9b1657a32f3ca10d3e988a7bb8b3233e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f64652532305374796c652d504850253230435325323046697865722d3143374544363f7374796c653d666c61742d737175617265)](https://cs.symfony.com/)

Bundle to get information about doctrine hydration performance

Purpose
-------

[](#purpose)

Adds a section to web profile which lists all doctrine hydrations performed during generation of response.

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

[](#installation)

```
composer require "debesha/doctrine-hydration-profiler-bundle"
```

Then run `php composer.phar update `

Next step is to register the bundle in AppKernel (`app/AppKernel.php`)

```
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    [...]
    $bundles[] = new Debesha\DoctrineProfileExtraBundle\DebeshaDoctrineProfileExtraBundle();
}
```

**Attention! The bundle MUST be included AFTER DoctrineBundle.**

That's it.

Screenshots
-----------

[](#screenshots)

Your profile gets a new section where you may get an information about how fast was hydrations made and how many entities was hydrated.

[![Screenshot](https://camo.githubusercontent.com/a32d8119386d74739f3bdb7e7137c098502b262c452d9fa6252ecd2a3df21e9b/687474703a2f2f692e696d6775722e636f6d2f4773766b49494e2e706e67)](https://camo.githubusercontent.com/a32d8119386d74739f3bdb7e7137c098502b262c452d9fa6252ecd2a3df21e9b/687474703a2f2f692e696d6775722e636f6d2f4773766b49494e2e706e67)

[![Screenshot](https://camo.githubusercontent.com/aed6d304918843d3fea7edcfcccc62f8c6cc51db3df70daca738fdc3ffb82a72/687474703a2f2f692e696d6775722e636f6d2f706b4c7a6c63382e706e67)](https://camo.githubusercontent.com/aed6d304918843d3fea7edcfcccc62f8c6cc51db3df70daca738fdc3ffb82a72/687474703a2f2f692e696d6775722e636f6d2f706b4c7a6c63382e706e67)

###  Health Score

60

—

FairBetter than 98% of packages

Maintenance70

Regular maintenance activity

Popularity51

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 72% 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 ~153 days

Recently: every ~142 days

Total

26

Last Release

166d ago

PHP version history (3 changes)1.0.0PHP &gt;=5.4

1.3.4PHP &gt;=7.0

1.4PHP &gt;=8.0

### Community

Maintainers

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

---

Top Contributors

[![debesha](https://avatars.githubusercontent.com/u/12624783?v=4)](https://github.com/debesha "debesha (36 commits)")[![shakaran](https://avatars.githubusercontent.com/u/14254?v=4)](https://github.com/shakaran "shakaran (3 commits)")[![jrattue](https://avatars.githubusercontent.com/u/5196521?v=4)](https://github.com/jrattue "jrattue (2 commits)")[![kshtompel](https://avatars.githubusercontent.com/u/6328238?v=4)](https://github.com/kshtompel "kshtompel (1 commits)")[![Chris8934](https://avatars.githubusercontent.com/u/44963939?v=4)](https://github.com/Chris8934 "Chris8934 (1 commits)")[![mateuszsip](https://avatars.githubusercontent.com/u/1377075?v=4)](https://github.com/mateuszsip "mateuszsip (1 commits)")[![mijohen](https://avatars.githubusercontent.com/u/5109410?v=4)](https://github.com/mijohen "mijohen (1 commits)")[![ndench](https://avatars.githubusercontent.com/u/2062388?v=4)](https://github.com/ndench "ndench (1 commits)")[![qtsd](https://avatars.githubusercontent.com/u/10633476?v=4)](https://github.com/qtsd "qtsd (1 commits)")[![marcinharasim](https://avatars.githubusercontent.com/u/16610387?v=4)](https://github.com/marcinharasim "marcinharasim (1 commits)")[![franmomu](https://avatars.githubusercontent.com/u/720690?v=4)](https://github.com/franmomu "franmomu (1 commits)")[![janklan](https://avatars.githubusercontent.com/u/5463371?v=4)](https://github.com/janklan "janklan (1 commits)")

---

Tags

symfonybundledevextraprofilerdoctrinedebesha

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/debesha-doctrine-hydration-profiler-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/debesha-doctrine-hydration-profiler-bundle/health.svg)](https://phpackages.com/packages/debesha-doctrine-hydration-profiler-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M204](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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