Download the PHP package alorel/alo-timer without Composer
On this page you can find all versions of the php package alorel/alo-timer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alorel/alo-timer
More information about alorel/alo-timer
Files in alorel/alo-timer
Download alorel/alo-timer
More information about alorel/alo-timer
Files in alorel/alo-timer
Vendor alorel
Package alo-timer
Short Description A simple countdown class when you need accuracy
License GPL-3.0+
Homepage https://github.com/Alorel/alo-timer
Package alo-timer
Short Description A simple countdown class when you need accuracy
License GPL-3.0+
Homepage https://github.com/Alorel/alo-timer
Please rate this library. Is it a good library?
Informations about the package alo-timer
For most things a simple setTimeout()
or setInterval()
is enough - but Javascript timers get throttled when the page is minimised/tabbed out of and you will end up with imprecise timings in the long run. This is where AloTimer comes in - you set a timer and poll it with as much precision as you need - while individual polling calls might get throttled, the end result will always be accurate.
Functionality
- Add or subtract any amount of miliseconds/seconds/minutes/hours/days
- Get the amount of any of the above left individually
- Output time left as a DD:HH:mm:ss string (customisable)
- A simple check whether the timeout has finished
- Pause and unpause the timer
Installation
Or, if you prefer Node,
Usage example
More information:
All versions of alo-timer with dependencies
PHP Build Version
Package Version
No informations.
The package alorel/alo-timer contains the following files
Loading the files please wait ....