PHPackages                             oodle/krumo-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. oodle/krumo-bundle

Abandoned → [mmucklo/krumo-bundle](/?search=mmucklo%2Fkrumo-bundle)Symfony-bundle[Debugging &amp; Profiling](/categories/debugging)

oodle/krumo-bundle
==================

Hooks for using KRUMO from within Symfony -- KRUMO - version 2.0 of print\_r(); and var\_dump();

v1.0.2(11y ago)115.8k12LGPLPHPPHP &gt;=5.3.3

Since Dec 4Pushed 11y ago2 watchersCompare

[ Source](https://github.com/oodle/KrumoBundle)[ Packagist](https://packagist.org/packages/oodle/krumo-bundle)[ RSS](/packages/oodle-krumo-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (2)

KrumoBundle
===========

[](#krumobundle)

Hooks for using krumo within Symfony2

Krumo is basically a cascading visual var dump tool. If you don't know what it is, you can peruse some documentation here:

##### NOTE - Built on this fork of krumo:

[](#note---built-on-this-fork-of-krumo)

Usage:
------

[](#usage)

### php

[](#php)

```
krumo($something); // Dumps krumo output of that variable from that point
```

### twig

[](#twig)

```
{{ someVar | krumo }} {# Dumps krumo output of someVar #}
{{ krumo(someVar) }} { # Dumps krumo output of someVar #}
{{ krumo(someVar, [2, 1, 2]) }} {# Dumps krumo output of someVar with collapse settings of [2, 1, 2]
```

Installation:
-------------

[](#installation)

Add this line to your composer.json "require" section:

### composer.json

[](#composerjson)

```
    "require": {
       ...
       "oodle/krumo-bundle": "*"
```

Add this to your AppKernel.php (in the registerBundles() section):

### app/AppKernel.php

[](#appappkernelphp)

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        // ...
        new Oodle\KrumoBundle\OodleKrumoBundle()
    }
```

### app/config/routing.yml

[](#appconfigroutingyml)

```
KrumoBundle:
    resource: "@OodleKrumoBundle/Resources/config/routing/routing.yml"
    prefix:   /
```

Configuration:
--------------

[](#configuration)

### config.yml

[](#configyml)

```
oodle_krumo:
    skin:
        selected: schabalon.com
    css:
        url: /krumo/
    display:
        show_version: true
        show_call_info: true
        cascade: [5,10]
```

#### Parameters

[](#parameters)

- skin
    - selected
        - (Skin to use for krumo)
- css
    - url
        - (URL for accessing the krumo assets. Don't modify unless you know what you are doing)
- display
    - show\_version
        - (Whether or not to show the krumo version and link at the bottom)
    - show\_call\_info
        - (Whether or not to show the line number / call info at the bottom)
    - cascade
        - Array of auto-expand options per level (don't use to keep things collapsed by default)
            - Each entry in the array represents a recursion level, at which if there are that number of nodes or less, then it will default to being expanded

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~183 days

Total

3

Last Release

4183d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

debugdebuggingSymfony2prettyprintprint\_rvar\_dumpkrumoKrumoBundle

### Embed Badge

![Health badge](/badges/oodle-krumo-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/oodle-krumo-bundle/health.svg)](https://phpackages.com/packages/oodle-krumo-bundle)
```

###  Alternatives

[mmucklo/krumo

KRUMO - version 2.0 of print\_r(); and var\_dump(); (with new updates)

89168.0k6](/packages/mmucklo-krumo)[jbzoo/jbdump

Script for debug and dump PHP variables and other stuff. This tool is a nice replacement for print\_r() and var\_dump() functions.

211.1M3](/packages/jbzoo-jbdump)[leeoniya/dump-r

a cleaner, leaner mix of print\_r() and var\_dump()

12368.1k5](/packages/leeoniya-dump-r)[kktsvetkov/krumo

Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print\_r() or var\_dump() which are used by a lot of PHP developers.

8260.7k](/packages/kktsvetkov-krumo)[ivoba/stop

nice output for debug functions for PHP 5.3

1041.9k5](/packages/ivoba-stop)

PHPackages © 2026

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