Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/obsidianphp/polyfill-hrtime
- Owner: ObsidianPHP
- License: apache-2.0
- Archived: true
- Created: 2020-01-13T20:19:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T17:30:50.000Z (about 3 years ago)
- Last Synced: 2024-09-25T21:01:08.202Z (about 2 months ago)
- Topics: hrtime, obsidian, php, php-library, php7, polyfill
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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
```