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

Abandoned → [symfony/web-profiler-bundle](/?search=symfony%2Fweb-profiler-bundle)ArchivedLibrary

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

A WebProfiler for Silex

v2.0.11(8y ago)2152.6M↓11.5%60[2 issues](https://github.com/silexphp/Silex-WebProfiler/issues)[1 PRs](https://github.com/silexphp/Silex-WebProfiler/pulls)20MITPHP

Since Mar 8Pushed 7y ago14 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 1mo 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 96% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity59

Moderate usage in the ecosystem

Community44

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

2967d 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

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[pimcore/pimcore

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

3.7k3.7M389](/packages/pimcore-pimcore)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[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)

PHPackages © 2026

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