PHPackages                             djboris88/timber-debugger - 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. djboris88/timber-debugger

ActiveLibrary[Templating &amp; Views](/categories/templating)

djboris88/timber-debugger
=========================

Composer package which provides some extra debugging options for Timber

1.1.0(6y ago)1445.3k↓22.9%12GPL-3.0PHPPHP &gt;=5.6

Since Dec 4Pushed 6y agoCompare

[ Source](https://github.com/djboris88/timber-debugger)[ Packagist](https://packagist.org/packages/djboris88/timber-debugger)[ Docs](https://github.com/djboris88/timber-include-comments)[ RSS](/packages/djboris88-timber-debugger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (2)

Timber Debugger
===============

[](#timber-debugger)

Package which provides some extra debugging options for [Timber](https://github.com/timber/timber)

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

[](#installation)

To install the latest stable version of this component, open a console and execute the following command:

```
composer require djboris88/timber-debugger
```

Usage
-----

[](#usage)

These extensions are only active when `WP_DEBUG` is defined and set to `true`. Twig Extensions will automatically be registered and applied.

### Commented Include

[](#commented-include)

Package: `djboris88/twig-commented-include` ([GitHub](https://github.com/djboris88/twig-commented-include), [Packagist](https://packagist.org/packages/djboris88/twig-commented-include))

This is a simple Twig Extension which helps debugging and navigating through many Twig partials in your project. It outputs a HTML comments before and after each include statement while rendering the template. Comments look like this:

```

...

```

### Dump extension

[](#dump-extension)

Package: `hellonico/twig-dump-extension` ([GitHub](https://github.com/nlemoine/twig-dump-extension), [Packagist](https://packagist.org/packages/hellonico/twig-dump-extension))

Standalone Symfony Var Dumper Twig extension. Add `{{ dump() }}` in your twig templates to see it in action.

```
{{ dump(foo) }}
{% dump foo %}
{% dump foo, bar %}
```

### Twig Breakpoints

[](#twig-breakpoints)

Package : `ajgl/breakpoint-twig-extension` ([GitHub](https://github.com/ajgarlag/AjglBreakpointTwigExtension), [Packagist](https://packagist.org/packages/ajgl/breakpoint-twig-extension))

This component allows you set breakpoints in twig templates.
**Requires the Xdebug PHP extension to be installed.**

```
>

    title

    {{ breakpoint() }}

```

Once stopped, your debugger will allow you to inspect the `$environment` and `$context` variables.

**Function arguments**
Any argument passed to the twig function will be added to the `$arguments` array, so you can inspect it easily.

```
>

    title

    {{ breakpoint(app.user, app.session) }}

```

License
-------

[](#license)

This component is under the GPL 3.0 license. See the complete license in the [LICENSE](LICENSE) file.

Reporting an issue or a feature request
---------------------------------------

[](#reporting-an-issue-or-a-feature-request)

Issues and feature requests are tracked in the [Github issue tracker](https://github.com/djboris88/timber-debugger/issues).

Author Information
------------------

[](#author-information)

Developed with ♥ by Boris Đemrovski.

If you find this component useful, please add a ★ in the [GitHub repository page](https://github.com/djboris88/timber-debugger) and/or the [Packagist package page](https://packagist.org/packages/djboris88/timber-debugger).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~186 days

Total

3

Last Release

2350d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/98bd77a38d1f4c7bc70ec70270636ad2860130b1c1888e9a46c36c7a0b11a754?d=identicon)[djboris88](/maintainers/djboris88)

---

Top Contributors

[![djboris88](https://avatars.githubusercontent.com/u/9459880?v=4)](https://github.com/djboris88 "djboris88 (4 commits)")[![boris-djemrovski](https://avatars.githubusercontent.com/u/44235404?v=4)](https://github.com/boris-djemrovski "boris-djemrovski (1 commits)")

---

Tags

twigdebugtimber

### Embed Badge

![Health badge](/badges/djboris88-timber-debugger/health.svg)

```
[![Health](https://phpackages.com/badges/djboris88-timber-debugger/health.svg)](https://phpackages.com/packages/djboris88-timber-debugger)
```

###  Alternatives

[timber/timber

Create WordPress themes with beautiful OOP code and the Twig Template Engine

5.7k3.4M111](/packages/timber-timber)[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91492.0M315](/packages/twig-extra-bundle)[twig/string-extra

A Twig extension for Symfony String

22046.0M133](/packages/twig-string-extra)[oro/twig-inspector

Oro Twig Inspector adds the possibility to find twig templates and blocks used for rendering HTML pages faster during development

47532.6k14](/packages/oro-twig-inspector)[mindkomm/timber-integration-woocommerce

WooCommerce integration for Timber.

11617.6k1](/packages/mindkomm-timber-integration-woocommerce)[hellonico/timber-dump-extension

Provides Symfony VarDumper component for Timber

31197.9k8](/packages/hellonico-timber-dump-extension)

PHPackages © 2026

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