2017 © Pedro Peláez
 

library kint

Kint - debugging tool for PHP developers

image

kint-php/kint

Kint - debugging tool for PHP developers

  • Monday, July 9, 2018
  • by JnvSor
  • Repository
  • 122 Watchers
  • 2120 Stars
  • 328,250 Installations
  • PHP
  • 107 Dependents
  • 3 Suggesters
  • 239 Forks
  • 4 Open issues
  • 28 Versions
  • 21 % Grown

The README.md

Kint - Advanced PHP dumper

Screenshot, (*1)

What am I looking at?

Kint is a dumper in the vein of var_dump(), with keyboard controls, search, access path provision, and automatic data parsing., (*2)

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., (*3)

Installation

composer require kint-php/kint --dev

Without composer

Download the file and simply, (*4)

require 'kint.phar';

Usage

<?php

Kint::dump($GLOBALS, $_SERVER); // pass any number of parameters
d($GLOBALS, $_SERVER); // or simply use d() as a shorthand

Kint::trace(); // Debug backtrace

s($GLOBALS); // Basic output mode

+d($GLOBALS); // No depth limit

Kint::$enabled_mode = false; // Disable kint
d('Get off my lawn!'); // Debugs no longer have any effect

You can set Kint\Renderer\AbstractRenderer::$js_nonce and $css_nonce to have Kint work with CSP, (*5)

There's a small demo and full documentation on the GH pages site, (*6)

Authors

Jonathan Vollebregt (jnvsor)
Contributors, (*7)

License

Licensed under the MIT License, (*8)

The Versions

09/07 2018
07/06 2018
18/05 2018
12/05 2018

2.x-dev

2.9999999.9999999.9999999-dev https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

26/04 2018

dev-next

dev-next https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.3.6

 

The Development Requires

debug php kint

06/09 2017

2.2

2.2.0.0 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

03/07 2017

2.1.2

2.1.2.0 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

20/06 2017

2.1.1

2.1.1.0 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

13/05 2017

2.1

2.1.0.0 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

22/04 2017

2.0

2.0.0.0 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

21/04 2017

2.0-rc1

2.0.0.0-RC1 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

19/04 2017

2.0-beta2

2.0.0.0-beta2 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

15/04 2017

2.0-beta1

2.0.0.0-beta1 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

13/04 2017

2.0-alpha5

2.0.0.0-alpha5 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

09/04 2017

2.0-alpha4

2.0.0.0-alpha4 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

01/04 2017

dev-2.x-dev

dev-2.x-dev https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

30/03 2017

2.0-alpha3

2.0.0.0-alpha3 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

26/03 2017

2.0-alpha2

2.0.0.0-alpha2 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

10/03 2017

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/kint-php/kint

Kint - debugging helper for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.0

 

debug php kint

12/02 2017

2.0-alpha1

2.0.0.0-alpha1 https://kint-php.github.io/kint/

Kint - debugging tool for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.2

 

The Development Requires

debug php kint

15/01 2017

1.1

1.1.0.0 https://github.com/kint-php/kint

Kint - debugging helper for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.0

 

debug php kint

16/09 2015

1.0.10

1.0.10.0 https://github.com/raveren/kint

Kint - debugging helper for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.0

 

debug php kint

02/07 2015

1.0.3

1.0.3.0 https://github.com/raveren/kint

Kint - debugging helper for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.0

 

debug php kint

02/07 2015

1.0.6

1.0.6.0 https://github.com/raveren/kint

Kint - debugging helper for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.0

 

debug php kint

03/06 2015

1.0.2

1.0.2.0 https://github.com/raveren/kint

Kint - debugging helper for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.0

 

debug php kint

21/05 2015

1.0.0

1.0.0.0 https://github.com/raveren/kint

Kint - debugging helper for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.1.0

 

debug php kint

11/08 2014

v0.9.1

0.9.1.0 https://github.com/raveren/kint

Kint - debugging helper for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

debug php kint

13/08 2013

v0.9

0.9.0.0 https://github.com/raveren/kint

Kint - debugging helper for PHP developers

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

debug php kint