PHPackages                             jeromemacias/silex-debug - 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. jeromemacias/silex-debug

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

jeromemacias/silex-debug
========================

An integration of the Symfony var dumper for Silex

1.0.x-dev(11y ago)93.4k2[5 issues](https://github.com/jeromemacias/Silex-Debug/issues)MITPHP

Since Dec 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jeromemacias/Silex-Debug)[ Packagist](https://packagist.org/packages/jeromemacias/silex-debug)[ Docs](http://silex.sensiolabs.org/)[ RSS](/packages/jeromemacias-silex-debug/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Silex Debug
===========

[](#silex-debug)

The Silex Debug service provider allows you to use the wonderful Symfony [VarDumper](http://symfony.com/doc/master/components/var_dumper/introduction.html) component in your Silex application. It provide an integration with the Symfony web profiler toolbar and Twig.

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

```
composer require jeromemacias/silex-debug ~2.0@dev
```

And enable it in your application:

```
use Silex\Provider;

$app->register(new Provider\DebugServiceProvider(), array(
    'debug.max_items' => 250, // this is the default
    'debug.max_string_length' => -1, // this is the default
));
```

The provider depends on `WebProfilerServiceProvider`, so you also need to enable this if that's not already the case:

```
$app->register(new Provider\WebProfilerServiceProvider());
```

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance9

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4164d ago

### Community

Maintainers

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

---

Top Contributors

[![jeromemacias](https://avatars.githubusercontent.com/u/582446?v=4)](https://github.com/jeromemacias "jeromemacias (9 commits)")

### Embed Badge

![Health badge](/badges/jeromemacias-silex-debug/health.svg)

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[symfony/debug-pack

A debug pack for Symfony projects

1.5k17.0M138](/packages/symfony-debug-pack)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k28](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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