Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Dec 20, 2021. It is now read-only.
/kint-smartyPublic archive

Kint plugin for Smarty integration

License

NotificationsYou must be signed in to change notification settings

kint-php/kint-smarty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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.

Usage

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

Licence

MIT

About

Kint plugin for Smarty integration

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp