https://github.com/alexanderthegreat96/debugger-utility-alpha
Ported Typo3 Debugger Utility
https://github.com/alexanderthegreat96/debugger-utility-alpha
Last synced: 3 months ago
JSON representation
Ported Typo3 Debugger Utility
- Host: GitHub
- URL: https://github.com/alexanderthegreat96/debugger-utility-alpha
- Owner: alexanderthegreat96
- Created: 2022-09-26T15:01:28.000Z (over 2 years ago)
- Default Branch: origin
- Last Pushed: 2023-01-27T09:00:45.000Z (over 2 years ago)
- Last Synced: 2025-02-10T20:19:02.591Z (4 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TYPO3 Debugger Utility ALPHA
TYPO3 DebuggerUtility::var_dump() dependency free and running outside Typo3 itself.
This version accommodates PHP 8.0+ and basically any platform## Installation
Install with composer
```bash
composer require alexanderthegreat96/debugger-utility-alpha
```
## Usage/Examples```php