项目作者: kint-php
项目描述 :
A JS renderer for Kint 2 that outputs to console.log()
高级语言: PHP
项目地址: git://github.com/kint-php/kint-js.git
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');