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

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

guanhui07/kint
==============

Kint - debugging tool for PHP developers

5.1.2(1y ago)14MITPHPPHP &gt;=7.1

Since Aug 12Pushed 1y agoCompare

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

READMEChangelog (1)Dependencies (6)Versions (60)Used By (0)

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://secure.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)

```
