PHPackages                             effiana/web-profiler-extra-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. effiana/web-profiler-extra-bundle

ActiveSymfony-bundle

effiana/web-profiler-extra-bundle
=================================

Add routing, container, assetic &amp; twig information inside the profiler

v2.3.7(6y ago)032MITHTML

Since Feb 25Pushed 6y agoCompare

[ Source](https://github.com/Effiana/WebProfilerExtraBundle)[ Packagist](https://packagist.org/packages/effiana/web-profiler-extra-bundle)[ Docs](http://github.com/Elao/WebProfilerExtraBundle)[ RSS](/packages/effiana-web-profiler-extra-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (15)Used By (0)

Elao WebProfilerExtraBundle
===========================

[](#elao-webprofilerextrabundle)

[![Total Downloads](https://camo.githubusercontent.com/56a988429f40f7db04dcc8f30a4bdf62f3e218b74d449fb1485a2714c54dd4e7/68747470733a2f2f706f7365722e707567782e6f72672f656c616f2f7765622d70726f66696c65722d65787472612d62756e646c652f642f746f74616c2e706e67)](https://packagist.org/packages/elao/web-profiler-extra-bundle)

What is this Symfony2 bundle for ?
----------------------------------

[](#what-is-this-symfony2-bundle-for-)

It adds in your WebProfiler extra sections :

- **Routing** : Lists all the routes connected to your application
- **Container** : Lists all the services available in your container
- **Twig** : Lists Twig extensions, tests, filters and functions available for your application
- **Assetic**

[![WebProfilerExtraBundle](screen.png "WebProfilerExtraBundle Screenshot")](screen.png)

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

[](#installation)

#### If you are working with Symfony &gt;= 2.2

[](#if-you-are-working-with-symfony--22)

Add this in your `composer.json`

```
"require-dev": {
    [...]
    "elao/web-profiler-extra-bundle" : "~2.3@dev"
},

```

And run `php composer.phar update elao/web-profiler-extra-bundle`

If you are working with Symfony &lt;= 2.1, prefer the 2.1 branch of this bundle `"elao/web-profiler-extra-bundle" : "dev-2.1"`

#### Register the bundle in your AppKernel (`app/AppKernel.php`)

[](#register-the-bundle-in-your-appkernel-appappkernelphp)

Most of the time, we need this bundle to be only activated in the `dev` environment

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

```

#### Activate the different collectors in `app/config/config_dev.yml`

[](#activate-the-different-collectors-in--appconfigconfig_devyml)

```
web_profiler_extra:
    routing:
        enabled:        true
        display_in_wdt: true
    container:
        enabled:        true
        display_in_wdt: true
    assetic:
        enabled:        true
        display_in_wdt: true
    twig:
        enabled:        true
        display_in_wdt: true

```

If you don't use assetic then you need to disable the assetic collector

```
web_profiler_extra:
    assetic:
        enabled:        false
        display_in_wdt: false

```

Install assets
--------------

[](#install-assets)

Install assets by running to have beautiful icons in your debug bar

```
$ app/console assets:install web/ --symlink

```

Screenshot
----------

[](#screenshot)

[![Screenshot](screen.png)](screen.png)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~371 days

Total

14

Last Release

2309d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/233d0b00251744484000748877ee4d8d47e00446fa86a8cf9155e6f4d6b7ef48?d=identicon)[Effiana](/maintainers/Effiana)

---

Top Contributors

[![benji07](https://avatars.githubusercontent.com/u/166890?v=4)](https://github.com/benji07 "benji07 (60 commits)")[![lyrixx](https://avatars.githubusercontent.com/u/408368?v=4)](https://github.com/lyrixx "lyrixx (23 commits)")[![lutzportela](https://avatars.githubusercontent.com/u/1962120?v=4)](https://github.com/lutzportela "lutzportela (7 commits)")[![tristanbes](https://avatars.githubusercontent.com/u/346010?v=4)](https://github.com/tristanbes "tristanbes (7 commits)")[![labudzinski](https://avatars.githubusercontent.com/u/1152480?v=4)](https://github.com/labudzinski "labudzinski (6 commits)")[![nykopol](https://avatars.githubusercontent.com/u/2706685?v=4)](https://github.com/nykopol "nykopol (4 commits)")[![lunetics](https://avatars.githubusercontent.com/u/149752?v=4)](https://github.com/lunetics "lunetics (4 commits)")[![artemdigi](https://avatars.githubusercontent.com/u/34234796?v=4)](https://github.com/artemdigi "artemdigi (3 commits)")[![mdhooge](https://avatars.githubusercontent.com/u/426441?v=4)](https://github.com/mdhooge "mdhooge (3 commits)")[![mateuszsip](https://avatars.githubusercontent.com/u/1377075?v=4)](https://github.com/mateuszsip "mateuszsip (2 commits)")[![benja-M-1](https://avatars.githubusercontent.com/u/212269?v=4)](https://github.com/benja-M-1 "benja-M-1 (2 commits)")[![robertfausk](https://avatars.githubusercontent.com/u/1651297?v=4)](https://github.com/robertfausk "robertfausk (1 commits)")[![ruchengtang](https://avatars.githubusercontent.com/u/1282479?v=4)](https://github.com/ruchengtang "ruchengtang (1 commits)")[![szymek](https://avatars.githubusercontent.com/u/639609?v=4)](https://github.com/szymek "szymek (1 commits)")[![tborealis](https://avatars.githubusercontent.com/u/1591228?v=4)](https://github.com/tborealis "tborealis (1 commits)")[![adrienbrault](https://avatars.githubusercontent.com/u/611271?v=4)](https://github.com/adrienbrault "adrienbrault (1 commits)")[![XWB](https://avatars.githubusercontent.com/u/1032281?v=4)](https://github.com/XWB "XWB (1 commits)")[![damour](https://avatars.githubusercontent.com/u/881794?v=4)](https://github.com/damour "damour (1 commits)")[![DigitalGoldfish](https://avatars.githubusercontent.com/u/559330?v=4)](https://github.com/DigitalGoldfish "DigitalGoldfish (1 commits)")[![GeLoLabs](https://avatars.githubusercontent.com/u/149005863?v=4)](https://github.com/GeLoLabs "GeLoLabs (1 commits)")

---

Tags

bundleextraprofilerelao

### Embed Badge

![Health badge](/badges/effiana-web-profiler-extra-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/effiana-web-profiler-extra-bundle/health.svg)](https://phpackages.com/packages/effiana-web-profiler-extra-bundle)
```

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M313](/packages/twig-extra-bundle)[prestashop/prestashop

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

9.0k15.4k](/packages/prestashop-prestashop)[debesha/doctrine-hydration-profiler-bundle

Information about hydration of doctrine entities at the profiler

133593.2k1](/packages/debesha-doctrine-hydration-profiler-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)

PHPackages © 2026

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