Download the PHP package naingaunglwin-dev/timetracker without Composer
On this page you can find all versions of the php package naingaunglwin-dev/timetracker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download naingaunglwin-dev/timetracker
More information about naingaunglwin-dev/timetracker
Files in naingaunglwin-dev/timetracker
Download naingaunglwin-dev/timetracker
More information about naingaunglwin-dev/timetracker
Files in naingaunglwin-dev/timetracker
Vendor naingaunglwin-dev
Package timetracker
Short Description A lightweight time tracker for php
License MIT
Package timetracker
Short Description A lightweight time tracker for php
License MIT
Please rate this library. Is it a good library?
Informations about the package timetracker
# TimeTracker



Contributing
- This is an open-source library, and contributions are welcome.
- If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request on the project repository.
Requirement
- PHP version 8.3 or newer is required
- composer
Installation via Composer
To install, navigate to your project root directory (where composer.json
is located) and run the following command:
- If
composer.json
doesn't exits, run this command first,
Usage
- In your php file,
Convert to different unit
- By default, the unit is in seconds (s). You can convert to other predefined units like milliseconds (ms), microseconds (us), and more:
Add custom unit
- You can define custom units based on seconds (for example, converting seconds to custom units):
Format output
- You can format the output of the calculated time using placeholders:
Time tracking with callback function
-
You can track time for a callback function and get both the execution time and the result:
- Example output:
All versions of timetracker with dependencies
PHP Build Version
Package Version
The package naingaunglwin-dev/timetracker contains the following files
Loading the files please wait ....