Download the PHP package sandermuller/stopwatch without Composer
On this page you can find all versions of the php package sandermuller/stopwatch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sandermuller/stopwatch
More information about sandermuller/stopwatch
Files in sandermuller/stopwatch
Download sandermuller/stopwatch
More information about sandermuller/stopwatch
Files in sandermuller/stopwatch
Vendor sandermuller
Package stopwatch
Short Description Stopwatch to measure execution times (profile code) for Laravel and PHP projects
License MIT
Homepage https://github.com/SanderMuller/Stopwatch
Package stopwatch
Short Description Stopwatch to measure execution times (profile code) for Laravel and PHP projects
License MIT
Homepage https://github.com/SanderMuller/Stopwatch
Please rate this library. Is it a good library?
Informations about the package stopwatch
Stopwatch for PHP & Laravel
Easily profile of parts of your application/code and measure the performance to expose the bottlenecks
Installation
You can install the package via composer:
Usage
Start the stopwatch
Add a lap/checkpoint
Display the total run duration
Render as HTML
Render a neat HTML output showing the total execution time, each checkpoint and the time between each checkpoint.
The checkpoints that took up most of the time will be highlighted.
Manually stop the stopwatch
You can manually stop the stopwatch, but it will also stop automatically when the Stopwatch output is used (e.g. when you echo the Stopwatch object or call ->totalRunDuration()
).
All versions of stopwatch with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/collections Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.0
nesbot/carbon Version ^2|^3
symfony/var-dumper Version ^7
illuminate/collections Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.0
nesbot/carbon Version ^2|^3
symfony/var-dumper Version ^7
The package sandermuller/stopwatch contains the following files
Loading the files please wait ....