Download the PHP package phplegends/timespan without Composer
On this page you can find all versions of the php package phplegends/timespan. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package timespan
PHPLegends\Timespan Library
This is a library to work only with time durations in PHP.
With it you can work with the time very simply:
An example of time duration:
For create time duration from DateTime Diff, you can use Timespan::createFromDateDiff
.
Available time format characters
Character | Description |
---|---|
%h | The hour value. |
%i | The minute value. From `0`to `59`. |
%I | The total minutes value. |
%s | The second value. From `0`to `59`. |
All versions of timespan with dependencies
PHP Build Version
Package Version
No informations.
The package phplegends/timespan contains the following files
Loading the files please wait ....