Libraries tagged by prefixing
someblackmagic/guzzle-profiler-bundle
44 Downloads
smart-profiler/smart-profiler
24 Downloads
Profiler for PHP 7.1+
sjoorm/yii2-xhprof
85 Downloads
Simple Yii2 XHProf extension
serendipity_hq/phpunit_profiler
689 Downloads
PHPUnit loggers to profile tests.
rundiz/profiler
146 Downloads
profiling your php application
rotexsoft/callable-execution-timer
6 Downloads
A simple PHP library for tracking the total amount of time a callable (e.g. function / method) takes to execute (it can also return the result of executing the callable, if desired).
renlifedev/profiler
1 Downloads
Profiler library for PHP to collect and save xhprof data
prog/logger
409 Downloads
A port of the old PHP Quick Profiler
perfbase/laravel
0 Downloads
A Laravel extension for the Perfbase profiling tool.
pan/quick-profiler
8 Downloads
A port of the old PHP Quick Profiler
nilisnone/sentry-laravel
17 Downloads
Laravel SDK for Sentry (https://sentry.io)
nguyenhiep/db-profiler
71 Downloads
Database Profiler for Laravel Web and Console Applications.
musoftware/logger-php
22 Downloads
PHP SDK for Sentry (http://sentry.io)
musoftware/logger-laravel
20 Downloads
Laravel SDK for Musoftware
microtimer/microtimer
14 Downloads
The primary purpose of Microtimer is measuring time elapsed between two points (marks). On top of that you can pass extra data when marking a point in time, get a mark by key, or get all marks, or get a subset of marks. You can also measure a time between any arbitary mark or a timestamp.