2017 © Pedro Peláez
 

library microtime

A simple way to get elapsed time between two points.

image

microtime/microtime

A simple way to get elapsed time between two points.

  • Thursday, August 17, 2017
  • by otaavioo
  • Repository
  • 1 Watchers
  • 3 Stars
  • 8,149 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

Microtime

Installing

  composer require microtime/microtime, (*1)

Usage

    // Instantiate the class
    $microtime = new \Microtime\Microtime();

    // code...
    sleep(1);

    // And then, get time elapsed
    echo $microtime->elapsed()->round();

The Versions

17/08 2017

dev-master

9999999-dev

A simple way to get elapsed time between two points.

  Sources   Download

MIT

The Development Requires

by Otávio Augusto Borges Pinto

29/08 2016

dev-dev-master

dev-dev-master

A simple way to get elapsed time between two points.

  Sources   Download

MIT

The Development Requires

by Otávio Augusto Borges Pinto

29/08 2016

2.0.0

2.0.0.0

A simple way to get elapsed time between two points.

  Sources   Download

MIT

The Development Requires

by Otávio Augusto Borges Pinto

18/08 2016

1.0.0

1.0.0.0

A simple way to get elapsed time between two points.

  Sources   Download

MIT

The Development Requires

by Otávio Augusto Borges Pinto