Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/obsidianphp/polyfill-hrtime

A polyfill for hrtime.
https://github.com/obsidianphp/polyfill-hrtime

hrtime obsidian php php-library php7 polyfill

Last synced: about 2 months ago
JSON representation

A polyfill for hrtime.

Awesome Lists containing this project

README

        

# polyfill-hrtime [![CI status](https://github.com/ObsidianPHP/polyfill-hrtime/workflows/CI/badge.svg)](https://github.com/ObsidianPHP/polyfill-hrtime/actions)

This is an implementation of a complete hrtime which can utilize `uv` and `hrtime`, and not solely `microtime`.

# Install

Install this polyfill from composer using
```
composer require obsidian/polyfill-hrtime
```