thesis/time-span

Thesis TimeSpan

Maintainers

Package info

github.com/thesis-php/time-span

pkg:composer/thesis/time-span

Fund package maintenance!

www.tinkoff.ru/cf/5MqZQas2dk7

Statistics

Installs: 35 257

Dependents: 4

Suggesters: 0

Stars: 1

Open Issues: 5

0.2.3 2025-10-06 13:15 UTC

This package is auto-updated.

Last update: 2026-03-05 12:10:17 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