2017 © Pedro Peláez
 

library timer

Provide Timer funcionality

image

desarrolla2/timer

Provide Timer funcionality

  • Friday, April 28, 2017
  • by desarrolla2
  • Repository
  • 2 Watchers
  • 2 Stars
  • 2,510 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 8 % Grown

The README.md

Timer

This script works as simple timer control to your app, (*1)

Build Status, (*2)

Latest Stable Version Total Downloads, (*3)

Installation

With Composer

It is best installed it through packagist by including desarrolla2/timer in your project composer.json require:, (*4)

``` json "require": { // ... "desarrolla2/timer": "*" }, (*5)


### Without Composer You can also download it from [Github] (https://github.com/desarrolla2/Timer), but no autoloader is provided so you'll need to register it with your own PSR-4 compatible autoloader. ## Usage ``` php <?php require __DIR__ . '/../vendor/autoload.php'; use Desarrolla2\Timer\Timer; $timer = new Timer(); $timer->mark('Starting a mark previous to operations'); foreach ($aLotOfOperations as $operation) { $timer->mark('Start operation '.$operation->name); $operation->doSomething(); $timer->mark('End operation '.$operation->name); } $timer->mark('Ended a mark previous to operations');

Formatting

// .., (*6)

Contact

You can contact with me on @desarrolla2., (*7)

The Versions

28/04 2017

dev-master

9999999-dev

Provide Timer funcionality

  Sources   Download

MIT

The Requires

  • php ~5.4

 

The Development Requires

timer

28/04 2017

0.3.0

0.3.0.0

Provide Timer funcionality

  Sources   Download

MIT

timer

02/09 2015

0.2.0

0.2.0.0

Provide Timer funcionality

  Sources   Download

MIT

The Requires

  • php ~5.4

 

The Development Requires

timer

22/06 2015

0.1.1

0.1.1.0

Provide Timer funcionality

  Sources   Download

MIT

The Requires

  • php ~5.4

 

The Development Requires

timer

18/03 2015

0.1.0

0.1.0.0

Provide Timer funcionality

  Sources   Download

MIT

The Requires

  • php ~5.4

 

The Development Requires

timer