Download the PHP package fyre/timer without Composer
On this page you can find all versions of the php package fyre/timer. 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 timer
FyreTimer
FyreTimer is a free, open-source timer library for PHP.
Table Of Contents
- Installation
- Basic Usage
- Methods
Installation
Using Composer
In PHP:
Basic Usage
Methods
All
Get all timers.
Clear
Clear all timers.
Count
Get the number of timers.
Elapsed
Get the elapsed time for a timer.
$name
is a string representing the timer name.
Get
Get a timer.
$name
is a string representing the timer name.
Has
Check if a timer exists.
$name
is a string representing the timer name.
Is Stopped
Determine whether a timer is stopped.
$name
is a string representing the timer name.
Remove
Remove a timer.
$name
is a string representing the timer name.
Start
Start a timer.
$name
is a string representing the timer name.
Stop
Stop a timer.
$name
is a string representing the timer name.
Stop All
Stop all timers.
All versions of timer with dependencies
PHP Build Version
Package Version
Requires
fyre/macro Version
^1.0
The package fyre/timer contains the following files
Loading the files please wait ....