Skip to content

Standalone PHP

The profiler core does not need Laravel:

php
$stopwatch = \SanderMuller\Stopwatch\Stopwatch::new();
$stopwatch->start();
$stopwatch->checkpoint('Done');
echo $stopwatch->toString();

What is Laravel-only:

FeatureNeeds
stopwatch() helperthe container
Query trackingilluminate/database and an application
Config-based setup, channel resolution from class stringsthe container
Toolbar, Server-Timing middleware, Debugbar tab, run logan application