PHPackages                             tina4stack/tina4php-debug - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. tina4stack/tina4php-debug

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

tina4stack/tina4php-debug
=========================

Tina4 PHP Debug Functionality

v2.0.15(2mo ago)47.6k↓18.2%18MITPHPPHP &gt;=8.1CI passing

Since Jun 23Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/tina4stack/tina4php-debug)[ Packagist](https://packagist.org/packages/tina4stack/tina4php-debug)[ RSS](/packages/tina4stack-tina4php-debug/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (17)Used By (8)

Readme
======

[](#readme)

Tina4 Php Debug
---------------

[](#tina4-php-debug)

A generic debugging module which can enhance your normal PHP project

### Install the module using composer

[](#install-the-module-using-composer)

```
composer require tina4stack/tina4php-debug

```

### Some examples of what to expect

[](#some-examples-of-what-to-expect)

Normal error handling looks like this

[![](.README_images/0021cfaf.png)](.README_images/0021cfaf.png)

Tina4 debug exception handling and errors will be published to the screen automatically for you.

[![](.README_images/1168b9b3.png)](.README_images/1168b9b3.png)

You also get some nice console output

[![](.README_images/9ac99dae.png)](.README_images/9ac99dae.png)

### Setting this up in your project

[](#setting-this-up-in-your-project)

In your code you need to set some constants to get this working.

```
