ollyollyolly/die-kint-die

That's German, for "The Kint, the". Adds sd() and ddd() (debug then die) functions back into Kint-PHP

Installs: 1 363

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/ollyollyolly/die-kint-die

v1.0.2 2020-03-30 10:53 UTC

This package is auto-updated.

Last update: 2025-09-29 02:09:35 UTC


README

That's German, for "The Kint, the". Adds sd() and ddd() (debug then die) functions back into Kint-PHP

This package just includes Kint and adds a couple of convenience functions to die directly after calling them:

  • sd(...$args) - Calls s(...$args) and then dies
  • ddd(...$args) - Calls d(...$args) and then dies

These used to be in Kint and they were useful, this package adds them back in.