2017 © Pedro Peláez
 

library stopwatch

Elapsed time measurement

image

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

The README.md

Stopwatch

![Build Status][ico-build] Code Quality Code Coverage Latest Version PDS Skeleton, (*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)

The Versions

16/04 2017

dev-master

9999999-dev

Elapsed time measurement

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Miloš Đurić

time timer stopwatch

16/04 2017

v1.0.0

1.0.0.0

Elapsed time measurement

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Miloš Đurić

time timer stopwatch