kint-php / kint-smarty
Kint plugin for Smarty integration
Installs: 299
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/kint-php/kint-smarty
Requires
- kint-php/kint: ^3
This package is auto-updated.
Last update: 2022-01-05 16:23:35 UTC
README
Plugin for Kint to provide better Smarty support.
Internal Smarty objects are so big they sometimes hang the browser when dumped. This plugin sanitizes the display and only displays minimal, useful data:
- Assigned variables (local and global)
- User-configurable values such as compiled directory and custom functions.
Usage
Zero setup; install via composer:
composer require kint-php/kint-smarty --dev
or download the file, include it after Kint and register it:
<?php require 'kint.phar'; require 'SmartyPlugin.php'; Kint::$plugins[] = 'Kint\\Parser\\SmartyPlugin';
Licence
MIT