Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tina4stack/tina4php-debug

A generic debugging module which can enhance your normal PHP project
https://github.com/tina4stack/tina4php-debug

Last synced: 18 days ago
JSON representation

A generic debugging module which can enhance your normal PHP project

Awesome Lists containing this project

README

        

# Readme
## Tina4 Php Debug

A generic debugging module which can enhance your normal PHP project

### Install the module using composer

```
composer require tina4stack/tina4php-debug
```

### Some examples of what to expect

Normal error handling looks like this

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

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

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

You also get some nice console output

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

### Setting this up in your project

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