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
Requires
- kint-php/kint: ^3.3
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)
- Callss(...$args)
and then diesddd(...$args)
- Callsd(...$args)
and then dies
These used to be in Kint and they were useful, this package adds them back in.