Those days nearly all project management applications can calculate the time that is being worked on projects to use them in various reports. If you are not using such a project management system and looking for a simpler solution just to track time, Kimai can be a good alternative.

It is a PHP-powered, open source web application that enables us to define projects/tasks and record the time we work on each item.

Kimai - PHP Time Tracker

Although it is web-based, the timer keeps working even if the browser is closed unless it is stopped. After collecting the data, it can generate a report of your activities on demand (yearly, monthly, daily, by customer/project/action).

The application stores the data in a MySQL database and it has a multilingual interface.

Website: http://www.kimai.org/en/

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

ten − five =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

Calculate folder and subfolders size with PHP

How to read the size of a directory using PHP? Here is a simple function which could help read the size of the directory, number of directories and the number of files in the given directory.