PHPackages                             shamotj/pdo-profiler-bundle - 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. shamotj/pdo-profiler-bundle

ActiveSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

shamotj/pdo-profiler-bundle
===========================

PDO Profiler for Symfony

0222PHP

Since Dec 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/shamotj/pdo-profiler-bundle)[ Packagist](https://packagist.org/packages/shamotj/pdo-profiler-bundle)[ RSS](/packages/shamotj-pdo-profiler-bundle/feed)WikiDiscussions master Synced 3mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PDO provider for Symfony Webprofiler
====================================

[](#pdo-provider-for-symfony-webprofiler)

This code is based on sorien/silex-dbal-profiler and maximebf/debugbar.

Install
-------

[](#install)

Composer

```
    composer require shamotj/pdo-profiler-bundle
```

That should add dependency into config/bundles.php. If you have service which typehints to PDO, you should be fine. If not, you need to pass PDO instance to constructor. This can be done by overriding services.yml in your global file.

For example like this:

```
  pdo_data_collector:
    class: Shamotj\PdoProfilerBundle\DataCollector\PdoDataCollector
    arguments: ["@=service('App\\\\Service\\\\DbService').getPDO()"]
    public: false
    tags:
    - name: data_collector
      id: 'pdo_data_collector'
      template: 'ShamotjPdoProfilerBundle:Collector:db.html.twig'
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3963560?v=4)[shamotj](/maintainers/shamotj)[@shamotj](https://github.com/shamotj)

### Embed Badge

![Health badge](/badges/shamotj-pdo-profiler-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/shamotj-pdo-profiler-bundle/health.svg)](https://phpackages.com/packages/shamotj-pdo-profiler-bundle)
```

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.4k](/packages/spatie-craft-ray)

PHPackages © 2026

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