This repository was archived by the owner on Dec 20, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
Kint plugin for Smarty integration
License
NotificationsYou must be signed in to change notification settings
kint-php/kint-smarty
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Plugin forKint to provide betterSmarty 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.
Zero setup; install via composer:
composer require kint-php/kint-smarty --dev
or downloadthe file, include it afterKint and register it:
<?phprequire'kint.phar';require'SmartyPlugin.php';Kint::$plugins[] ='Kint\\Parser\\SmartyPlugin';
MIT
About
Kint plugin for Smarty integration
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published