Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 301 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 301 Bytes

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