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
- Host: GitHub
- URL: https://github.com/kint-php/kint-helpers
- Owner: kint-php
- License: mit
- Created: 2022-01-08T20:17:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T17:56:59.000Z (over 1 year ago)
- Last Synced: 2025-10-07T00:23:49.031Z (8 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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