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 today

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 41% 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

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

[pimcore/pimcore

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

3.8k3.8M508](/packages/pimcore-pimcore)[symfony/debug-pack

A debug pack for Symfony projects

1.5k17.2M144](/packages/symfony-debug-pack)[shopware/platform

The Shopware e-commerce core

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

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

9.1k17.8k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[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)
