Skip to content

A modification to the Kint variable dumping library for use in CodeIgniter

Notifications You must be signed in to change notification settings

adriangonzales/codeigniter-kint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codeigniter-kint

A modification to the Kint debugging library for use in CodeIgniter. Currently based on v32.

Made a few modifications to allow easy use in CodeIgniter. Simply load the library:

$this->load->library('kint');

And then use Kint as normal:

Kint::dump($some_var);

or, you can use it like you're used to in CI:

$this->kint->dump($some_var);

Have fun debugging.

About

A modification to the Kint variable dumping library for use in CodeIgniter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published