Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tina4stack/tina4php-debug
- Owner: tina4stack
- Created: 2021-06-23T20:29:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T14:24:19.000Z (6 months ago)
- Last Synced: 2024-11-28T04:10:41.909Z (30 days 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 DebugA 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