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

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

tacone/silex-propel-web-profiler
================================

Extending Silex WebProfiler with Propel information

0.1.1(13y ago)31562[1 issues](https://github.com/tacone/Silex-Propel-WebProfiler/issues)MITPHP

Since May 21Pushed 12y ago1 watchersCompare

[ Source](https://github.com/tacone/Silex-Propel-WebProfiler)[ Packagist](https://packagist.org/packages/tacone/silex-propel-web-profiler)[ Docs](https://github.com/tacone/Silex-Propel-WebProfiler)[ RSS](/packages/tacone-silex-propel-web-profiler/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

Silex-Propel-WebProfiler
========================

[](#silex-propel-webprofiler)

A Silex Service Provider that lists the DB queries generated by [Propel 1.6.x](http://propelorm.org/) in the [Silex Web Profiler](https://github.com/sensiolabs/Silex-WebProfiler) in pretty much the same way the *Symfony Profiler* does in *Symfony Standard Edition*.

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

[](#installation)

Add it to your `composer.json`:

```
require "tacone/silex-propel-web-profiler": "0.*"
```

Update composer:

```
php composer.phar update
```

Then register it **after Propel and the Silex Web Profiler**:

```
$app->register(new PropelWebProfilerServiceProvider());
```

Point your browser to `/index_dev.php` and you should see Propel in your debug bar.

### Sample registration of all of them:

[](#sample-registration-of-all-of-them)

```
$app->register(new Propel\Silex\PropelServiceProvider(), array(
    'propel.config_file' => __DIR__ . '/../resources/generated/propel-config/propel-conf.php',
    'propel.model_path' => __DIR__ . '/',
));

if ($app['debug'] && isset($app['cache.path'])) {
    $app->register(new ServiceControllerServiceProvider());
    $app->register(new WebProfilerServiceProvider(), array(
        'profiler.cache_dir' => $app['cache.path'].'/profiler',
    ));

    $app->register(new PropelWebProfilerServiceProvider());
}
```

Notes:
------

[](#notes)

Despite doing my best I could not understand how to fully extract the Propel configuration. Because of that, many `?` will show in the configuration section of the Propel panel. That's perfectly fine. If you know how to get the data, feel free to send me a Pull Request.

*Also note that using the Web Profiler makes Silex very slow.*

For the lazy
------------

[](#for-the-lazy)

I mantain a fork of the popular Silex Kitchen Sink Edition, with Propel and the Profiler pre-installed [here](https://github.com/tacone/Silex-Propel-WebProfiler).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Every ~0 days

Total

2

Last Release

4787d ago

### Community

Maintainers

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

---

Top Contributors

[![tacone](https://avatars.githubusercontent.com/u/659801?v=4)](https://github.com/tacone "tacone (12 commits)")

### Embed Badge

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

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

###  Alternatives

[mcuadros/silex-newrelic

Integrate the NewRelic PHP API into Silex framework

1914.5k](/packages/mcuadros-silex-newrelic)

PHPackages © 2026

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