PHPackages                             naingaunglwin-dev/timetracker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. naingaunglwin-dev/timetracker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

naingaunglwin-dev/timetracker
=============================

A lightweight time tracker for php

v1.1.0(5mo ago)08MITPHPPHP &gt;=8.3CI passing

Since Dec 23Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/naingaunglwin-dev/timetracker)[ Packagist](https://packagist.org/packages/naingaunglwin-dev/timetracker)[ RSS](/packages/naingaunglwin-dev-timetracker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

TimeTracker
===========

[](#timetracker)

[![Status](https://camo.githubusercontent.com/75cfd67c34db7390edc5b60d61a351a236b4bb64bbe77728071a77eab2c2dfbb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f746573742d706173732d677265656e)](https://camo.githubusercontent.com/75cfd67c34db7390edc5b60d61a351a236b4bb64bbe77728071a77eab2c2dfbb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f746573742d706173732d677265656e)[![Status](https://camo.githubusercontent.com/0c967d746eb7f4fe28065a3b94d23faa207cd6f4a968535b20fce0310a87cf89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d3130302532352d677265656e)](https://camo.githubusercontent.com/0c967d746eb7f4fe28065a3b94d23faa207cd6f4a968535b20fce0310a87cf89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d3130302532352d677265656e)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)

Contributing
------------

[](#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
-----------

[](#requirement)

- **PHP** version 8.3 or newer is required
- composer

Installation via Composer
-------------------------

[](#installation-via-composer)

> If Composer is not installed, follow the [official guide](https://getcomposer.org/download/).

1. Create a `composer.json` file at your project root directory (if you don't have one):

```
{
  "require": {
    "naingaunglwin-dev/timetracker": "^1.0"
  }
}
```

- Run the following command in your terminal from the project's root directory:

```
composer install
```

If you already have `composer.json` file in your project, just run this command in your terminal,

```
composer require naingaunglwin-dev/timetracker
```

Usage
-----

[](#usage)

- In your php file,

```
