PHPackages                             silex/web-profiler - 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. silex/web-profiler

Abandoned → [symfony/web-profiler-bundle](/?search=symfony%2Fweb-profiler-bundle)ArchivedLibrary[Debugging &amp; Profiling](/categories/debugging)

silex/web-profiler
==================

A WebProfiler for Silex

v2.0.11(8y ago)2092.7M↓10.1%59[4 issues](https://github.com/silexphp/Silex-WebProfiler/issues)[1 PRs](https://github.com/silexphp/Silex-WebProfiler/pulls)20MITPHP

Since Mar 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/silexphp/Silex-WebProfiler)[ Packagist](https://packagist.org/packages/silex/web-profiler)[ Docs](http://silex.sensiolabs.org/)[ RSS](/packages/silex-web-profiler/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (12)Versions (25)Used By (20)

Silex Web Profiler
==================

[](#silex-web-profiler)

**WARNING**: Silex is in maintenance mode only. Ends of life is set to June 2018. Read more on [Symfony's blog](http://symfony.com/blog/the-end-of-silex).

The Silex Web Profiler service provider allows you to use the wonderful Symfony web debug toolbar and the Symfony profiler in your Silex 2.x application.

Note

If you are using the 1.x Silex version, read the [specific documentation](https://github.com/silexphp/Silex-WebProfiler/tree/1.0).

To install this library, run the command below and you will get the latest version:

```
composer require 'silex/web-profiler:^2.0'
```

And enable it in your application:

```
use Silex\Provider;

$app->register(new Provider\WebProfilerServiceProvider(), array(
    'profiler.cache_dir' => __DIR__.'/../cache/profiler',
    'profiler.mount_prefix' => '/_profiler', // this is the default
));
```

The provider depends on `ServiceControllerServiceProvider`, `TwigServiceProvider`, and `HttpFragmentServiceProvider` so you also need to enable those if that's not already the case:

```
$app->register(new Provider\HttpFragmentServiceProvider());
$app->register(new Provider\ServiceControllerServiceProvider());
$app->register(new Provider\TwigServiceProvider());
```

If you are using `FormServiceProvider`, the `WebProfilerServiceProvider`will detect that and enable the corresponding panels.

*Make sure to register all other required or used service providers before*`WebProfilerServiceProvider`.

If you are using `MonologServiceProvider` for logs, you must also add `symfony/monolog-bridge` as a Composer dependency to get the logs in the profiler.

If you are using `VarDumperServiceProvider`, add `symfony/debug-bundle` as a Composer dependency to display VarDumper dumps in the toolbar and the profiler.

If you are using `symfony/security`, add `symfony/security-bundle` as a Composer dependency to display Security related information in the toolbar and the profiler.

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity59

Moderate usage in the ecosystem

Community40

Growing community involvement

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 71.9% 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 ~92 days

Total

21

Last Release

3013d ago

Major Versions

1.0.x-dev → v2.0.02016-05-18

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47313?v=4)[Fabien Potencier](/maintainers/fabpot)[@fabpot](https://github.com/fabpot)

---

Top Contributors

[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (87 commits)")[![GromNaN](https://avatars.githubusercontent.com/u/400034?v=4)](https://github.com/GromNaN "GromNaN (6 commits)")[![igorw](https://avatars.githubusercontent.com/u/88061?v=4)](https://github.com/igorw "igorw (4 commits)")[![danez](https://avatars.githubusercontent.com/u/231804?v=4)](https://github.com/danez "danez (2 commits)")[![glaubinix](https://avatars.githubusercontent.com/u/442056?v=4)](https://github.com/glaubinix "glaubinix (2 commits)")[![hkdobrev](https://avatars.githubusercontent.com/u/506129?v=4)](https://github.com/hkdobrev "hkdobrev (1 commits)")[![iGusev](https://avatars.githubusercontent.com/u/1555767?v=4)](https://github.com/iGusev "iGusev (1 commits)")[![jeremyFreeAgent](https://avatars.githubusercontent.com/u/176363?v=4)](https://github.com/jeremyFreeAgent "jeremyFreeAgent (1 commits)")[![Mashkin](https://avatars.githubusercontent.com/u/1668814?v=4)](https://github.com/Mashkin "Mashkin (1 commits)")[![mTorres](https://avatars.githubusercontent.com/u/473169?v=4)](https://github.com/mTorres "mTorres (1 commits)")[![mvanbaak](https://avatars.githubusercontent.com/u/1928231?v=4)](https://github.com/mvanbaak "mvanbaak (1 commits)")[![qkdreyer](https://avatars.githubusercontent.com/u/717869?v=4)](https://github.com/qkdreyer "qkdreyer (1 commits)")[![sarim](https://avatars.githubusercontent.com/u/1235888?v=4)](https://github.com/sarim "sarim (1 commits)")[![sergiors](https://avatars.githubusercontent.com/u/2046276?v=4)](https://github.com/sergiors "sergiors (1 commits)")[![skalpa](https://avatars.githubusercontent.com/u/4943191?v=4)](https://github.com/skalpa "skalpa (1 commits)")[![softius](https://avatars.githubusercontent.com/u/586121?v=4)](https://github.com/softius "softius (1 commits)")[![SpacePossum](https://avatars.githubusercontent.com/u/10462973?v=4)](https://github.com/SpacePossum "SpacePossum (1 commits)")[![stof](https://avatars.githubusercontent.com/u/439401?v=4)](https://github.com/stof "stof (1 commits)")[![teameh](https://avatars.githubusercontent.com/u/1330668?v=4)](https://github.com/teameh "teameh (1 commits)")[![bangpound](https://avatars.githubusercontent.com/u/6731?v=4)](https://github.com/bangpound "bangpound (1 commits)")

---

Tags

phpsilexsilex-provider

### Embed Badge

![Health badge](/badges/silex-web-profiler/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[pimcore/pimcore

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

3.8k3.8M508](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

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

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[symfony/web-profiler-bundle

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

2.3k160.5M1.2k](/packages/symfony-web-profiler-bundle)[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)
