Download the PHP package izabolotnev/php-timer without Composer
On this page you can find all versions of the php package izabolotnev/php-timer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download izabolotnev/php-timer
More information about izabolotnev/php-timer
Files in izabolotnev/php-timer
Download izabolotnev/php-timer
More information about izabolotnev/php-timer
Files in izabolotnev/php-timer
Vendor izabolotnev
Package php-timer
Short Description Utility class for timing
License BSD-3-Clause
Homepage https://github.com/izabolotnev/php-timer/
Package php-timer
Short Description Utility class for timing
License BSD-3-Clause
Homepage https://github.com/izabolotnev/php-timer/
Keywords timer
Please rate this library. Is it a good library?
Informations about the package php-timer
Timer
Utility class for timing things
Installation
To add this package as a local, per-project dependency to your project, simply add a dependency on izabolotnev/php-timer
to your project's composer.json
file. Here is a minimal example of a composer.json
file that just defines a dependency on Timer:
{
"require": {
"izabolotnev/php-timer": "~2.1"
}
}
Usage
Basic Timing
or
The code above yields the output below:
0 ms.
Advanced usage
The code above yields the output below:
Default: 2 s.
Custom: 3 s.
All versions of php-timer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package izabolotnev/php-timer contains the following files
Loading the files please wait ....