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

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

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