2017 © Pedro Peláez
 

library a-timer

A simple timer.

image

jandreasn/a-timer

A simple timer.

  • Wednesday, July 26, 2017
  • by jandreasn
  • Repository
  • 1 Watchers
  • 2 Stars
  • 22,014 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

A Timer

Latest Stable Version, (*1)

A simple timer to time/benchmark operations with a short human-readable result., (*2)

Installation

Add the package as a requirement to your composer.json:, (*3)

$ composer require andreasnij/a-timer

Usage

use ATimer\Timer;

$timer = new Timer();

// Some operations that take time
echo $timer->getDurationFormatted();

// Example output: 1.237s

Author

Andreas Nilsson (https://github.com/andreasnij), (*4)

License

Licensed under the MIT License - see the LICENSE file for details., (*5)

The Versions

26/07 2017

dev-master

9999999-dev http://github.com/jandreasn/a-timer

A simple timer.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

timer benchmark timing

16/11 2015

1.0.1

1.0.1.0 http://github.com/jandreasn/a-timer

A simple timer.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

timer benchmark timing

08/11 2015

1.0.0

1.0.0.0 http://github.com/jandreasn/a-timer

A simple timer.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

timer benchmark timing