I would like to develop API calls using Codeigniter. To view the GET/POST/DELETE requests came recently, I would like to have one Debugging Tool, like Yii2 - Debugger.
Please help me with any
Codeigniter Debuggertool which shows 10-50 recent requests, which holds theDB requeststoo.
I know about DebugBar that holds the current page data.

I guess just enabling the profiler should help (single request).
In controller:
More on profiler configuration: https://www.codeigniter.com/userguide3/general/profiling.html#enabling-and-disabling-profiler-sections
UPDATE:
For logging all/multiple requests and having a dashboard, this lib should probably help: https://github.com/lonnieezell/codeigniter-forensics. I have no personal experiance with it, but it sounds like it does the trick. It also has a debug bar.