thesis/time-span

Thesis TimeSpan

0.2.1 2025-05-13 06:56 UTC

This package is auto-updated.

Last update: 2025-05-22 15:57:03 UTC


README

PHP Version Requirement GitHub Release Code Coverage Mutation testing badge

Installation

composer require thesis/time-span

Usage

use Thesis\Time\TimeSpan;

$delay = TimeSpan::fromSeconds(25.123);

echo $delay->toMilliseconds(); // 25123