Download the PHP package audentio/timer without Composer
On this page you can find all versions of the php package audentio/timer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download audentio/timer
More information about audentio/timer
Files in audentio/timer
Download audentio/timer
More information about audentio/timer
Files in audentio/timer
Vendor audentio
Package timer
Short Description A timer utility class
License MIT
Homepage https://www.audent.io
Package timer
Short Description A timer utility class
License MIT
Homepage https://www.audent.io
Please rate this library. Is it a good library?
Informations about the package timer
audentio/timer
Utility class for timing actions, and limiting the time actions run for.
Installation
This library should be installed through Composer:
Usage
Limiting actions on a single request to a set period of time.
You may want to limit batched actions that are performed on a single request to prevent timeouts. For example, if you'd like to limit it to 15 seconds you can do the following:
Timing actions
If you want to see how long actions are running for without any sort of limit you can do the following:
All versions of timer with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package audentio/timer contains the following files
Loading the files please wait ....