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()
Maintainers
2.0
2018-08-22 17:36 UTC
Requires
- kint-php/kint: ^3.0@dev
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- seld/phar-utils: ^1.0
- vimeo/psalm: ^2.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0 d2455136a19f87aed682bb803790a0f71ad4be41
- Jonathan Vollebregt <jnvsor.woop@gmail.com>
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');
