Lately I always have to test interface performance after development to pin down interface problems, and it suddenly occurred to me that the xhprof extension could be used. I looked around and found that most of them either are no longer updated or are just too cumbersome, so I simply developed my own.
Referring to the phacility/xhprof and phpxxb/xhprof projects, I downloaded a copy of the code myself. So first I made the webman plugin xhprof-webman, and after dawdling for a while I made the laravel version of the plugin xhprof-laravel. The latest versions have been updated, so if you find them useful, go install them with composer.

