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

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

dilneiss/kint
=============

Kint - debugging tool for PHP developers

3.3.1(5y ago)01.7kMITPHPPHP &gt;=5.3.6

Since Aug 12Pushed 5y agoCompare

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

READMEChangelog (1)Dependencies (5)Versions (36)Used By (0)

Kint - debugging helper for PHP developers
==========================================

[](#kint---debugging-helper-for-php-developers)

[![](https://camo.githubusercontent.com/98321aeaf9959fe47b5c34b11c1acdd364374f36ec73dee24b98a712a79aeba8/68747470733a2f2f7472617669732d63692e6f72672f6b696e742d7068702f6b696e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kint-php/kint)

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

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

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

At first glance Kint is just a pretty replacement for **[var\_dump()](https://secure.php.net/function.var_dump)**, **[print\_r()](https://secure.php.net/function.print_r)** and **[debug\_backtrace()](https://secure.php.net/function.debug_backtrace)**.

However, it's much, *much* more than that. You will eventually wonder how you developed without it.

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

[](#installation)

One of the main goals of Kint is to be **zero setup**.

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

```
