kint-php / kint-js

A JS renderer for Kint 2 that outputs to console.log()

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived

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');

About

A JS renderer for Kint 2 that outputs to console.log()

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%