PHPackages                             gustavs-gutmanis/craft-symfony-dump - 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. [Templating &amp; Views](/categories/templating)
4. /
5. gustavs-gutmanis/craft-symfony-dump

ActiveCraft-plugin[Templating &amp; Views](/categories/templating)

gustavs-gutmanis/craft-symfony-dump
===================================

Symfony `dump` twig filter for Craft CMS

v2.0.0(2y ago)32.8k↑200%[4 PRs](https://github.com/gustavs-gutmanis/craft-symfony-dump/pulls)MITPHP

Since Jun 16Pushed 2y agoCompare

[ Source](https://github.com/gustavs-gutmanis/craft-symfony-dump)[ Packagist](https://packagist.org/packages/gustavs-gutmanis/craft-symfony-dump)[ RSS](/packages/gustavs-gutmanis-craft-symfony-dump/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (10)Used By (0)

Symfony Dump Twig Filter plugin for Craft CMS `3.x|4.x|5.x`
===========================================================

[](#symfony-dump-twig-filter-plugin-for-craft-cms-3x4x5x)

Symfony Dump Twig Filter allows using the `dump` twig filter in your craft templates for better debugging.

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

[](#requirements)

This plugin requires Craft CMS 3.0.0 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
    cd /path/to/project
    ```
2. Then tell Composer to load the plugin:

    ```
    composer require gustavs-gutmanis/craft-symfony-dump
    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for `Symfony Dump Twig Filter`.

Using Symfony Dump Twig Filter
------------------------------

[](#using-symfony-dump-twig-filter)

Once the plugin is installed, you can use it in any of your twig templates to output debugging information.

```
{% set myData = {
    number: 1,
    string: 'some string',
    object: {
        property: 'this is a property',
    },
} %}

{{ myData|dump }}
```

This will yield the following result in your browser:

[![Screenshot](https://raw.githubusercontent.com/gustavs-gutmanis/craft-symfony-dump/master/resources/img/debugger-bordered.png)](https://raw.githubusercontent.com/gustavs-gutmanis/craft-symfony-dump/master/resources/img/debugger-bordered.png)

You can use the Symfony Dump filter on any object in twig.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

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

Total

5

Last Release

753d ago

Major Versions

v1.1.1 → v2.0.02024-04-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/771c8e4089afa30a6036cf88af089398ffab8b02668de0ab40b4e23426f9476f?d=identicon)[gustavsgutmanis](/maintainers/gustavsgutmanis)

---

Top Contributors

[![gustavs-gutmanis](https://avatars.githubusercontent.com/u/709181?v=4)](https://github.com/gustavs-gutmanis "gustavs-gutmanis (9 commits)")

---

Tags

twigdumpdebuggingcmsCraftcraftcmscraft-pluginsymfony-dump

### Embed Badge

![Health badge](/badges/gustavs-gutmanis-craft-symfony-dump/health.svg)

```
[![Health](https://phpackages.com/badges/gustavs-gutmanis-craft-symfony-dump/health.svg)](https://phpackages.com/packages/gustavs-gutmanis-craft-symfony-dump)
```

###  Alternatives

[wbrowar/guide

A CMS Guide for Craft CMS.

6154.5k1](/packages/wbrowar-guide)[jalendport/craft-preparse

A fieldtype that parses Twig when an element is saved and saves the result as plain text.

1086.4k](/packages/jalendport-craft-preparse)[nystudio107/craft-autocomplete

Provides Twig template IDE autocomplete of Craft CMS &amp; plugin variables

44204.4k13](/packages/nystudio107-craft-autocomplete)[viget/craft-classnames

Classnames plugin for Craft CMS

1115.5k1](/packages/viget-craft-classnames)[verbb/footnotes

Adds a footnotes feature to CKEditor fields and Twig templates.

213.3k](/packages/verbb-footnotes)

PHPackages © 2026

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