2017 © Pedro Peláez
 

library nanotime

An abstraction for nanotime in PHP.

image

jcchavezs/nanotime

An abstraction for nanotime in PHP.

  • Monday, June 12, 2017
  • by jcchavezs
  • Repository
  • 1 Watchers
  • 4 Stars
  • 2,218 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 28 % Grown

The README.md

Nanotime PHP

A couple of value objects for representing nanotime., (*1)

Usage

    $nanotime = Nanotime::now();
    usleep(1);
    $nanotime2 = Nanotime::now();
    echo $nanotime2->diff($nanotime);

Further development

This is just a wrapper for the Nanotime concept (which does not exist in PHP) that will perfectly work as an abstraction for nanotime in PHP projects. Further development will tackle the problem about getting an accurate value for nanotime., (*2)

The Versions

12/06 2017

dev-master

9999999-dev

An abstraction for nanotime in PHP.

  Sources   Download

GPLv3.0

The Requires

  • php ^5.6||^7.0

 

The Development Requires

12/06 2017

0.4.0

0.4.0.0

An abstraction for nanotime in PHP.

  Sources   Download

GPLv3.0

The Requires

  • php ^5.6||^7.0

 

The Development Requires

12/04 2017

0.3.1

0.3.1.0

An abstraction for nanotime in PHP.

  Sources   Download

GPLv3.0

The Requires

  • php ^5.6||^7.0

 

The Development Requires

12/04 2017

0.3

0.3.0.0

An abstraction for nanotime in PHP.

  Sources   Download

GPLv3.0

The Requires

  • php ^5.6||^7.0

 

The Development Requires

08/04 2017

0.2

0.2.0.0

An abstraction for nanotime in PHP.

  Sources   Download

GPLv3.0

The Requires

  • php ^5.6||^7.0

 

The Development Requires

31/03 2017

0.1

0.1.0.0

An abstraction for nanotime in PHP.

  Sources   Download

GPLv3.0

The Development Requires