kint-php/kint-js

This package is abandoned and no longer maintained. No replacement package was suggested.

Renderer plugin for Kint that dumps to console.log()

2.0 2018-08-22 17:36 UTC

This package is auto-updated.

Last update: 2021-10-27 19:01:44 UTC


README

Kint JS will receive no updates for compatability with kint v4

kint-js

A simple renderer and helper that uses Kint to dump to console.log()

<?php

include 'vendor/autoload.php';

j('data');

OR

<?php

include 'kint.phar';
include 'kint-js.phar';

j('data');