Skip to content

Thesis TimeSpan

PHP Version RequirementGitHub ReleaseCode CoverageMutation testing badge

Installation

shell
composer require thesis/time-span

Usage

php
use Thesis\Time\TimeSpan;

$delay = TimeSpan::fromSeconds(25.123);

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