library stopwatch
Elapsed time measurement
djuricmilos/stopwatch
Elapsed time measurement
- Sunday, April 16, 2017
- by djuricmilos
- Repository
- 1 Watchers
- 1 Stars
- 10 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Stopwatch
![Build Status][ico-build]
, (*1)
Installation
The preferred method of installation is via Composer. Run the following command to install the latest version of a package and add it to your project's composer.json:, (*2)
composer require djuricmilos/stopwatch
Usage
``` php
use Laganica\Stopwatch\Stopwatch;, (*3)
$stopwatch = Stopwatch::createNew();
$stopwatch->start();
$stopwatch->getElapsedMilliseconds();
$stopwatch->stop();
```, (*4)
Credits
License
Released under MIT License - see the License File for details., (*5)
dev-master
9999999-dev
Elapsed time measurement
Sources
Download
MIT
The Requires
The Development Requires
by
Miloš Đurić
time
timer
stopwatch
v1.0.0
1.0.0.0
Elapsed time measurement
Sources
Download
MIT
The Requires
The Development Requires
by
Miloš Đurić
time
timer
stopwatch