PHPackages                             kitchenu/slim-debugbar - 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. [Framework](/categories/framework)
4. /
5. kitchenu/slim-debugbar

ActiveLibrary[Framework](/categories/framework)

kitchenu/slim-debugbar
======================

PHP Debugbar integration for Slim 3

v1.1.1(7y ago)1217.1k↓13.6%5[1 issues](https://github.com/kitchenu/Slim-DebugBar/issues)3MITPHPPHP &gt;=5.5.0

Since Jun 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kitchenu/Slim-DebugBar)[ Packagist](https://packagist.org/packages/kitchenu/slim-debugbar)[ RSS](/packages/kitchenu-slim-debugbar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (10)Used By (3)

Slim Debugbar
-------------

[](#slim-debugbar)

[![Build Status](https://camo.githubusercontent.com/a6e23499825ab0b38912a81f0097a71b31abb5e82fe727e99345ea9e682624d5/68747470733a2f2f7472617669732d63692e6f72672f6b69746368656e752f536c696d2d44656275674261722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kitchenu/Slim-DebugBar)[![Packagist License](https://camo.githubusercontent.com/a6cc3aae547efa69dda4f94aa0bad1932159ac76c4d8e4fea196253c5689f7f9/68747470733a2f2f706f7365722e707567782e6f72672f6b69746368656e752f536c696d2d44656275674261722f6c6963656e73652e706e67)](https://packagist.org/packages/kitchenu/slim-debugbar)

This is a package to integrate [PHP Debug Bar](http://phpdebugbar.com/) with Slim 3.

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

[](#installation)

Require this package with composer:

```
composer require kitchenu/slim-debugbar

```

Register a Provider

```
$app = new Slim\App();

$provider = new Kitchenu\Debugbar\ServiceProvider();
$provider->register($app);

```

Bridge collectors
-----------------

[](#bridge-collectors)

```
$container = $app->getContainer();

$container['pdo'] = function () {
    return new PDO('sqlite::memory:');
};

$collector = new DebugBar\DataCollector\PDO\PDOCollector($container->pdo);
$container->debugbar->addCollector($collector);

```

Read [the documentation](http://phpdebugbar.com/docs/bridge-collectors.html#bridge-collectors) for more bridge collectors

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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 ~95 days

Recently: every ~165 days

Total

9

Last Release

2850d ago

Major Versions

v0.4.0 → v1.0.02016-10-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f19ec7060fc1cb98fe32d08917dc8c4d2cf2fdb1696c8e6d9239cfad5fc6870?d=identicon)[kitchenu](/maintainers/kitchenu)

---

Top Contributors

[![kitchenu](https://avatars.githubusercontent.com/u/19553191?v=4)](https://github.com/kitchenu "kitchenu (21 commits)")[![perevoshchikov](https://avatars.githubusercontent.com/u/13899175?v=4)](https://github.com/perevoshchikov "perevoshchikov (1 commits)")

---

Tags

frameworkdebugdebugbarslim

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kitchenu-slim-debugbar/health.svg)

```
[![Health](https://phpackages.com/badges/kitchenu-slim-debugbar/health.svg)](https://phpackages.com/packages/kitchenu-slim-debugbar)
```

###  Alternatives

[slim/twig-view

Slim Framework 4 view helper built on top of the Twig 3 templating component

3708.0M210](/packages/slim-twig-view)[gotzmann/comet

Modern PHP framework for building blazing fast REST APIs and microservices

68816.2k1](/packages/gotzmann-comet)[bnf/slim3-psr15

PSR-15 middleware support for Slim Framework v3

10177.0k5](/packages/bnf-slim3-psr15)[locomotivemtl/charcoal-app

Charcoal application, based on Slim 3

1320.3k12](/packages/locomotivemtl-charcoal-app)[rubellum/slim-blade-view

Slim Framework 3 view helper built on the Blade component

1822.4k2](/packages/rubellum-slim-blade-view)

PHPackages © 2026

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