An open API service indexing awesome lists of open source software.

https://github.com/kint-php/kint-helpers

Common helper functions for Kint
https://github.com/kint-php/kint-helpers

Last synced: 3 months ago
JSON representation

Common helper functions for Kint

Awesome Lists containing this project

README

          

# Kint-helpers

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