ollyollyolly/die-kint-die

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

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

This package is auto-updated.

Last update: 2024-05-29 04:41:28 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.