thesis/time

This package is abandoned and no longer maintained. The author suggests using the thesis/time-span package instead.

Thesis TimeSpan

0.1.0 2025-05-06 02:23 UTC

This package is auto-updated.

Last update: 2025-05-09 10:56:11 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