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

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

kint-php/kint
=============

Kint - Advanced PHP dumper

6.1.0(6mo ago)2.8k19.3M↓17.4%286[4 issues](https://github.com/kint-php/kint/issues)20MITPHPPHP &gt;=7.4CI passing

Since Aug 12Pushed 4mo ago103 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (72)Used By (20)

Kint - Advanced PHP dumper
==========================

[](#kint---advanced-php-dumper)

[![Screenshot](https://camo.githubusercontent.com/be57ed3f39cabacf87260c0d4fac42eaca4f490d234718966615e540d5b64194/68747470733a2f2f6b696e742d7068702e6769746875622e696f2f6b696e742f696d616765732f696e74726f2e706e67)](https://camo.githubusercontent.com/be57ed3f39cabacf87260c0d4fac42eaca4f490d234718966615e540d5b64194/68747470733a2f2f6b696e742d7068702e6769746875622e696f2f6b696e742f696d616765732f696e74726f2e706e67)

What am I looking at?
---------------------

[](#what-am-i-looking-at)

Kint is a dumper in the vein of **[var\_dump()](https://www.php.net/function.var_dump)**, with keyboard controls, search, access path provision, and automatic data parsing.

In other words, when you dump a JSON string Kint will let you unfold and search the JSON structure and even provide you the code you need to access specific fields.

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

[](#installation)

```
composer require kint-php/kint --dev
```

### Without composer

[](#without-composer)

[Download the file](https://raw.githubusercontent.com/kint-php/kint/master/build/kint.phar) and simply

```
require 'kint.phar';
```

Usage
-----

[](#usage)

```
