PHPackages                             kint-php/kint-smarty - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. kint-php/kint-smarty

Abandoned → [php-sage/sage](/?search=php-sage%2Fsage)ArchivedLibrary[Debugging &amp; Profiling](/categories/debugging)

kint-php/kint-smarty
====================

Kint plugin for Smarty integration

v1.0(7y ago)0321MITPHP

Since Mar 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kint-php/kint-smarty)[ Packagist](https://packagist.org/packages/kint-php/kint-smarty)[ RSS](/packages/kint-php-kint-smarty/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Kint-Smarty
===========

[](#kint-smarty)

Plugin for [Kint](https://github.com/kint-php/kint) to provide better [Smarty](https://smarty.net) 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
-----

[](#usage)

*Zero setup*; install via composer:

```
composer require kint-php/kint-smarty --dev

```

or download [the file](https://raw.githubusercontent.com/kint-php/kint-smarty/master/src/SmartyPlugin.php), include it after Kint and register it:

```
