PHPackages                             digitv/kint - 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. digitv/kint

ActiveYii2-extension[Debugging &amp; Profiling](/categories/debugging)

digitv/kint
===========

Add kint support

1.0.6(8y ago)242.2k—0%[1 issues](https://github.com/digitv/kint/issues)MITPHP

Since Jul 31Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

### digitv/kint

[](#digitvkint)

Yii2 kint extension for debug. Now you can use functions **d()**, **ddd()**.

Install with composer

```
composer require digitv/kint:1.x-dev

```

Then include it in your web config like this:

```
if (YII_ENV_DEV) {
    // configuration adjustments for 'dev' environment

    ...

    //Add kint
    $config['bootstrap'][] = 'kint';
    $config['modules']['kint'] = [
        'class' => 'digitv\kint\Module',
    ];
}

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3214d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11768817?v=4)[Volodymyr Kovalenko](/maintainers/digitv)[@digitv](https://github.com/digitv)

---

Top Contributors

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

---

Tags

debugyii2kint

### Embed Badge

![Health badge](/badges/digitv-kint/health.svg)

```
[![Health](https://phpackages.com/badges/digitv-kint/health.svg)](https://phpackages.com/packages/digitv-kint)
```

###  Alternatives

[demi/backup

Basic Yii2 site backup methods

2020.8k](/packages/demi-backup)

PHPackages © 2026

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