zeropingheroes/duration

This package is abandoned and no longer maintained. No replacement package was suggested.

Helper for formatting a duration into human readable text

Maintainers

Package info

github.com/zeropingheroes/duration

pkg:composer/zeropingheroes/duration

Statistics

Installs: 408

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2014-08-24 10:58 UTC

This package is not auto-updated.

Last update: 2025-05-06 05:09:38 UTC


README

Helper for formatting a duration into human readable text

Usage:

$duration = new Zeropingheroes\Duration(3600);

echo $duration->shortFormat();