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: about 1 year ago
JSON representation
A generic debugging module which can enhance your normal PHP project
- Host: GitHub
- URL: https://github.com/tina4stack/tina4php-debug
- Owner: tina4stack
- Created: 2021-06-23T20:29:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T14:24:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-28T04:10:41.909Z (over 1 year ago)
- Language: PHP
- Size: 724 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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

You also get some nice console output

### Setting this up in your project
In your code you need to set some constants to get this working.
```php index.php