Website π contributte.org | Contact π¨π»βπ» f3l1x.io | Twitter π¦ @contributte
| This project is no longer being maintained. Please use contributte/apitte. |
|---|
| Composer | apitte/debug |
|---|---|
| Version | |
| PHP | |
| License |
Debug tools for Apitte, based on Tracy debugger.
To install the latest version of apitte/debug use Composer.
composer require apitte/debugFirst of all, setup core package.
Install and register debug plugin
api:
plugins:
Apitte\Debug\DI\DebugPlugin:
debug:
panel: %debugMode%
negotiation: %debugMode%- bar panel - displays all router
- blue screen panel - displays endpoint with invalid schema
If you have negotiation plugin installed then you will be able to use two new suffixes.
With these suffixes you will also be able to see Tracy bar
.debug
- dumps response
example.com/api/v1/users.debug
.debugdata
- dumps response entity
example.com/api/v1/users.debugdata
| State | Version | Branch | Nette | PHP |
|---|---|---|---|---|
| stable | ^0.8 |
master |
3.0+ | >=7.3 |
| stable | ^0.5 |
master |
2.4 | >=7.1 |
This package was maintained by these authors.
Consider to support contributte development team. Also thank you for using this package.
Debugging tools for Apitte stack