PHPackages                             saxulum/saxulum-webprofiler-provider - 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. saxulum/saxulum-webprofiler-provider

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

saxulum/saxulum-webprofiler-provider
====================================

A extended webprofiler for saxulum (silex)

2.0.0(9y ago)3506.7k↑86.4%3[1 issues](https://github.com/saxulum-legacy/saxulum-webprofiler-provider/issues)1MITPHPPHP &gt;=5.5.9,&lt;8.0

Since Jul 14Pushed 8y agoCompare

[ Source](https://github.com/saxulum-legacy/saxulum-webprofiler-provider)[ Packagist](https://packagist.org/packages/saxulum/saxulum-webprofiler-provider)[ RSS](/packages/saxulum-saxulum-webprofiler-provider/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (7)Versions (10)Used By (1)

saxulum webprofiler provider
============================

[](#saxulum-webprofiler-provider)

**works with plain silex-php**

[![Build Status](https://camo.githubusercontent.com/064f82ff648e6309bd9031ea59b25549e490c495cc7f698396ec1c510ece5f4b/68747470733a2f2f6170692e7472617669732d63692e6f72672f736178756c756d2f736178756c756d2d77656270726f66696c65722d70726f76696465722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/saxulum/saxulum-webprofiler-provider)[![Total Downloads](https://camo.githubusercontent.com/72fc20c97f2d89c04d3011c7654a5b6eda431c6f0587f354fd3782be5bd1ce0d/68747470733a2f2f706f7365722e707567782e6f72672f736178756c756d2f736178756c756d2d77656270726f66696c65722d70726f76696465722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/saxulum/saxulum-webprofiler-provider)[![Latest Stable Version](https://camo.githubusercontent.com/13f9b8c8aa4a6b28c3d06d0e081e25aa315f3f0dfdc6fef033d842338aa5595c/68747470733a2f2f706f7365722e707567782e6f72672f736178756c756d2f736178756c756d2d77656270726f66696c65722d70726f76696465722f762f737461626c652e706e67)](https://packagist.org/packages/saxulum/saxulum-webprofiler-provider)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/92da7907e811308fb79670583da0f71a2ea466cecdae38fada89b0e277987bcc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736178756c756d2f736178756c756d2d77656270726f66696c65722d70726f76696465722f6261646765732f7175616c6974792d73636f72652e706e673f733d34653331356636353131656366613030383135616332666532333266363131373832336237363939)](https://scrutinizer-ci.com/g/saxulum/saxulum-webprofiler-provider/)

Features
--------

[](#features)

- Enhance the default silex web profiler with database informations

Requirements
------------

[](#requirements)

- php &gt;=5.5
- jdorn/sql-formatter ~1.1
- psr/log 1.0.\*
- silex/silex ~2.0
- silex/web-profiler ~2.0

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

[](#installation)

The [SilexWebProfiler](https://github.com/silexphp/Silex-WebProfiler) from silex itself is needed!

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

```
$app->register(new Saxulum\SaxulumWebProfiler\Provider\SaxulumWebProfilerProvider());
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 97.2% 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 ~137 days

Recently: every ~9 days

Total

9

Last Release

3642d ago

Major Versions

v1.x-dev → 2.0.02016-07-14

PHP version history (4 changes)1.0PHP &gt;=5.3.3

1.2.0PHP &gt;=5.3.3,&lt;8.0

1.3.0PHP &gt;=5.3.9,&lt;8.0

2.0.0PHP &gt;=5.5.9,&lt;8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/55048de83ca5e5d8c67164a19c78edcaad413b0c1a4ae10d92edf8d77bedd90f?d=identicon)[dominikzogg](/maintainers/dominikzogg)

---

Top Contributors

[![dominikzogg](https://avatars.githubusercontent.com/u/1011217?v=4)](https://github.com/dominikzogg "dominikzogg (35 commits)")[![shhirose](https://avatars.githubusercontent.com/u/12494780?v=4)](https://github.com/shhirose "shhirose (1 commits)")

---

Tags

webprofilersilexsaxulum

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/saxulum-saxulum-webprofiler-provider/health.svg)

```
[![Health](https://phpackages.com/badges/saxulum-saxulum-webprofiler-provider/health.svg)](https://phpackages.com/packages/saxulum-saxulum-webprofiler-provider)
```

###  Alternatives

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k869.4M8.8k](/packages/symfony-http-kernel)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k373.5M3.3k](/packages/symfony-cache)[symfony/error-handler

Provides tools to manage errors and ease debugging PHP code

2.7k698.1M842](/packages/symfony-error-handler)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k53](/packages/ecotone-ecotone)

PHPackages © 2026

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