thesis/time-span

Thesis TimeSpan

0.2.2 2025-05-30 15:49 UTC

This package is auto-updated.

Last update: 2025-06-02 11:27:38 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