kint-php/kint-helpers

Kint helper functions

Maintainers

Package info

github.com/kint-php/kint-helpers

Homepage

pkg:composer/kint-php/kint-helpers

Statistics

Installs: 27 590

Dependents: 0

Suggesters: 2

Stars: 2

Open Issues: 0

6.0 2024-10-27 18:35 UTC

This package is auto-updated.

Last update: 2026-02-20 20:44:05 UTC


README

Common helper functions for Kint

  • d() Dumps variables with Kint
  • s() Dumps variables in plain HTML style
  • ss() Dumps variables in plain text
  • kt() Dumps backtrace
  • dd() Same as d(), but it ends the script after running
    • sd(), ssd(), ktd() do the same