Download the PHP package voku/kint without Composer
On this page you can find all versions of the php package voku/kint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor voku
Package kint
Short Description Kint - debugging helper for PHP developers
License MIT
Homepage https://github.com/raveren/kint
Package kint
Short Description Kint - debugging helper for PHP developers
License MIT
Homepage https://github.com/raveren/kint
Please rate this library. Is it a good library?
Informations about the package kint
There is a new maintained version of Kint! -> (kint-php)[https://github.com/kint-php/kint] thx@jnvsor
What am I looking at?
At first glance Kint is just a pretty replacement for var_dump(), print_r() and debug_backtrace().
Installation and Usage
Composer:
Or just run composer require voku/kint
That's it, you can now use Kint to debug your code:
WARNING / INFO
- Kint is disabled by default, call
kint\Kint::enabled(true);
to turn its funcionality on. The best practice is to enable Kint in DEVELOPMENT environment only (or for exampleKint::enabled($_SERVER['REMOTE_ADDR'] === '<your IP>');
) - so even if you accidentally leave a dump in production, no one will know.
Author
Rokas Šleinius (Raveren)
License
Licensed under the MIT License
All versions of kint with dependencies
PHP Build Version
Package Version
The package voku/kint contains the following files
Loading the files please wait ....